How to select oracle sequence from different schema and
How to select oracle sequence from different Databases.
Explain with example
Answer Posted / harikanth
How to select oracle sequence from different schema
ANS:
a. SCHEMANAME.SEQUENCENAME.CURRVAL.
b. SCHEMANAME.SEQUENCENAME.NEXTVAL
How to select oracle sequence from different Databases
ANS:
a. SCHEMANAME.SEQUENCENAME.CURRVAL@DBLINK
b. SCHEMANAME.SEQUENCENAME.NEXTVAL@DBLINIK
Thanks,
Hari
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are group functions in oracle?
How to create a new table in oracle?
What is catalog in Oracle?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
Can we create trigger on materialized view in oracle?
Explain the features of oracle?
what is the dual table in oracle?
What is private procedure oracle?
What is bulk collect in oracle?
What are the set operators union, union all, minus & intersect meant to do?
Explain oracle’s server parameter file.
How do I uninstall oracle 11g?
How to load data through external tables?
What is an oracle tablespace?
What is using clause and give example?