How to run create database statement again?



How to run create database statement again?..

Answer / Vijendra Sharma

To recreate a database in Oracle, you would need to drop the existing database and then create a new one. This is usually performed during installation or upgrades, not as an everyday operation. Here's how to drop a database:nn`DROP DATABASE <database_name>;` (This command will only work with the SYS user.)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

what is the syntax of UPDATE command?

8 Answers  


How to delete an existing row from a table in oracle?

1 Answers  


What is set operator oracle?

1 Answers  


what is the difference between oracle enterprise edition and oracle express edition?

2 Answers  


how to find full database size

1 Answers   BirlaSoft, Consultancy,


What is hot backup and logical backup?

1 Answers  


What is the difference between sharding and replication?

1 Answers  


Can the default values be assigned to actual parameters?

1 Answers  


hai, when to use char and varchar2....?

2 Answers  


How to do paging with oracle?

1 Answers  


What is the purpose of save points in oracle database?

1 Answers  


Difference between cartesian join and cross join?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)