Explain the difference between $ORACLE_HOME and $ORACLE_BASE.
Answer Posted / guest
ORACLE_BASE is the root directory for oracle. ORACLE_HOME
located beneath the ORACLE_BASE and is the place oracle
products reside.
Regards
Abhinav Phadnis
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
Due to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down? : sql server DBA
What are the operating modes in which database mirroring runs? : sql server DBA
how can you schedule a job in database?
How can you tell how much space is left on a given file system and how much space each of the file system's subdirectories take-up?
What are the different types of database compression introduced in sql server 2008? : sql server DBA
How would you best determine why your MVIEW couldn't FAST REFRESH?
How do you troubleshoot errors in a sql server agent job? : sql server DBA
what is ora 24313?what is the procedure to exclude that error?
Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?
Explain materialized views and how they are used.
What are the recovery models for a database? : sql server DBA
Claims and Drains are the locks used to control the concurrency between SQL processes and utilities. Referring to the above statement, what is the maximum number of concurrent Claimers for a Subsystem? Choice 1 32 Choice 2 64 Choice 3 128 Choice 4 256 Choice 5 No limit
Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracle's. What database recovery options are available? Database is in archive log mode.
How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database? : sql server DBA
How to craeate the New Database Schema in Oracle and mysql? Please tell me with Example?