-
User defined exception waste
In which section of a PL/SQL block is a user defined exception waste?
-
-
-
What is the fastest way of accessing a row in a table ?
Using ROWID.CONSTRAINTS
-
What is an Integrity Constraint ?
Integrity constraint is a rule that restricts values to a column in a table.
-
What is a database link ?
Database Link is a named path through which a remote database can be accessed.
-
How to access the current value and next value from a sequence ? Is it possible to access the current value in a session before accessing next value ?
Sequence name CURRVAL, Sequence name NEXTVAL.It is not possible. Only if you access next value in the session, current value can be accessed.
-
What are the advantages of VIEW ?
To protect some of the columns of a table from other users.To hide complexity of a query.To hide complexity of calculations.
-
What is the use of TNSNAME.ORA and LISTENER.ORA files
tnsnames.ora is used to connect to the remote db. To get the connection listener.ora should be configured at the server and it should be up and running.
-
SQL*Plus interview Questions
Ans