Need Help on Oracle supplied packages
Hi All
Need your help on below questions.
- How to identify the dependencies for a table or column across the database ( I have used data dictionary tables, but it gives the comment section also, Is there any standard procedure that we can get from oracle supplied packages like dbms_utility.get_dependencies ?)
- I need to write a function that should return any datatype which is dynamic (blob,clob,number, varchar)
- In Indexes, Does index store null values? If so can you please explain when we execute a query with where column is null, whether can we use hints for this scenario
0