how will you see when the database was started using sql prompt?
Answers were Sorted based on User's Feedback
Answer / pvenkiroyal
select to_char(startup_time,'hh24:mi:ss dd-mom-yy') from
v$instance;
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / mohapatra.gouranga@gmail.com
In RAC env.
select instance_name,status,host_name,to_char
(startup_time,'DD-MON-YY HH24:MI:SS')
from gv$instance order by instance_name;
| Is This Answer Correct ? | 1 Yes | 0 No |
How do you resize a data file?
Which autogrowth database setting is good? : sql server DBA
What is the difference between LMT & DLT?
What is the difference between Datapump & export/import?
What command would you use to create a backup control file?
What view(s) do you use to associate a user's SQLPLUS session with his o/s process?
What's the benefit of "dbms_stats" over "analyze"?
What are the different types of upgrades that can be performed in sql server? : sql server DBA
Query processing is slow(eg select query)how will u solve that
Draft one mock email requesting your non-technical management grant you downtime to (provide justification where applicable) complete the following tasks: (1) Generate statistics on a large table; (2) Generate an RDA – if you don't know what an RDA is please say so. (3) Rename datafiles.
I want to reuse a piece of code inside a stored procedure. This piece of code need to be invoked multiple times inside the procedure based on some different conditions. How to achieve this?
How do you add a data file to a tablespace?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)