GeekArticles
FAQ
Oracle FAQ
FAQ
Oracle FAQhow to find the dependencies of table
Hi Tom !!!!
How to find the dependencies of table, if one procedure received the values of tables dynamically.
For example:
1 CREATE TABLE testtab (
2* testcol VARCHAR2(20))
SQL> /
Table created.
Elapsed: 00:00:00.04
SQL>
1...
Sponsored Links
Read Next: latch library cache
Related Topics
Subscribe via RSS
Oracle FAQ
- Synchronize data from remote location
- Oracle Fundamentals
- How to connect SQLPlus without tnsnames.ora
- Best Practices for App Server Keep Alive
- bind variables in triggers
- how to avoid outer joins
- One 900 column table versus ten 90 column tables.
- Does select generate undo ?
- Performance Question
- Help analyze statspack report
