How can we see the database version in os level
Answer Posted / vivek
Run sqlplus command and check.
$sqlplus username/password@connection string
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to start SQL Server in minimal configuration mode?
Why does Oracle not permit the use of PCTUSED with indexes?
what is a crs resource?
which background process invoke at the time of upgradation tell me???
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 is ora 24313?what is the procedure to exclude that error?
What are the operating modes in which database mirroring runs? : sql server DBA
What is the importance of a recovery model? : sql server DBA
A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?
What are the different ways you can create databases in sql server? : sql server DBA
How do you troubleshoot errors in a sql server agent job? : sql server DBA
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
What authentication modes does sql server support? : sql server DBA
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.
Explain materialized views and how they are used.