In what script is snap$ created? In what script is the
scott/tiger schema created?
Answer / Neelabh Shukla
The `snap$` directory is a system-managed data snapshot directory and isn't created by any specific script. The `scott/tiger` schema is created during Oracle database installation, and you can verify its existence using the `sqlplus scott/tiger` command.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the maximum limit on the number of columns in a table?
What is a deadlock ? Explain .
how to retrieve 1st and last row of table without using group functions??
Is there a combination of "like" and "in" in sql?
One Table having two rows with one colomn having values Like"Male" and "Female". how to upadte these values Like "Female" and "Male" in single update statement.
can any one help me with import/export options in oracle............
How to filter out duplications in the returning rows using oracle?
Explain what are the different type of segments?
Explain rename?
What is a cursor variable?
Find all employees in Dept “Marketing”.
How do we represent comments in oracle?