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 happens to the current transaction if a ddl statement is executed?
How to drop an index in oracle?
What are the differences between number and binary_float in oracle?
How to delete all rows a table in oracle?
What is a package ? What are the advantages of package ?
What is an oracle database?
what are the default admin accounts in Oracle 10g ?
What is oracle sid?
can anyody please send me the dump for Oracle 10g certifications for DBA path?
What is an oracle transaction?
Difference between inner join vs where ?
can u send the sql dumps to sivakumarr1987@gmail.com plz help me
How to resolve the ORA-39133 error in Oracle?
Does facebook use oracle?
Explain the use of record option in exp command.