How to select oracle sequence from different schema and

How to select oracle sequence from different Databases.

Explain with example



How to select oracle sequence from different schema and How to select oracle sequence from differ..

Answer / 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

More Oracle General Interview Questions

if i am using dml statement in function. then i am writing select statement what was the output

2 Answers   MasterCard,


Select all the employees who were hired in last 2 years and who works in dept where max managers are working.

0 Answers   ESS,


What are the factors causing the reparsing of SQL statements in SGA?

1 Answers  


How to create a new tablespace in oracle?

0 Answers  


can you explain performance tunning in oracle(sql,PL/SQL)

2 Answers  






What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?

0 Answers  


What is meant by redo log buffer ?

2 Answers  


How to bring a tablespace online?

0 Answers  


How to do a full database export?

0 Answers  


1.how to extract the second highest salary from emp table having sal as a column which contains the salary of all employee of an organisation.

6 Answers  


How to count duplicated values in a column in oracle?

0 Answers  


Can group functions be mixed with non-group selection fields?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)