i must get table name, constraint type, constrain name with
using concads "||" and it must be in string type, then with
join processes i need code
please help immidiately
Answer / dinesh a.
Please create a query using user_cons_columns and
user_constraints table you will get
table_name||constraint_name||constraint_type
| Is This Answer Correct ? | 3 Yes | 1 No |
How to select an oracle system id (sid)?
I have my backup RMAN script called backup_rman.sh. I am on the target database. My catalog username/password is rman/rman. My catalog db is called rman. How would you run this shell script from the O/S such that it would run as a background process?
What is the dynamic sql in oracle?
Can multiple columns be used in group by in oracle?
what is host string in sql plus? how does it related to database?
What are privileges and grants?
What to do if the binary spfile is wrong for the default instance?
How can we manage the gap in a primary key column created by a sequence? Ex:a company has empno as primary key generated by a sequence and some employees leaves in between.What is the best way to manage this gap?
How to export your connection information to a file?
How to get a list of all background sessions in the database?
How to list all tables in your schema?
How to use like conditions in oracle?