How can we see the database version in os level
Answer Posted / nagesh yadav
$ORACLE_HOME/oui
more oraparam.ini
OUI_VERSION=10.2.0.4.0
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
How can you control the amount of free space in your index pages? : sql server DBA
What authentication modes does sql server support? : sql server DBA
What are the new features in sql server 2005 when compared to sql server 2000? : sql server DBA
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?
What the different types of replication and why are they used? : sql server DBA
What is dbcc? : sql server DBA
How would you best determine why your MVIEW couldn't FAST REFRESH?
what functionality does oracle provide to secure sensitive information?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
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
What is the difference between the 2 operating modes of database mirroring? : sql server DBA
how can you record information about current session?
What happens on checkpoint? : sql server DBA
what are the differences of where and if in SAS?