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 |
what is the syntax of UPDATE command?
How to delete an existing row from a table in oracle?
What is set operator oracle?
what is the difference between oracle enterprise edition and oracle express edition?
how to find full database size
1 Answers BirlaSoft, Consultancy,
What is hot backup and logical backup?
What is the difference between sharding and replication?
Can the default values be assigned to actual parameters?
hai, when to use char and varchar2....?
How to do paging with oracle?
What is the purpose of save points in oracle database?
Difference between cartesian join and cross join?