Technology Beyond Imagination
Monday, April 8, 2019
Drop a user on oracle 18c database
Question : How to drop a user on oracle 18c database
Answer : By using below query you can drop user on oracle 18c database.
Query:
drop user TEST cascade;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
How can I restore Cassandra snapshots?
ORA-01081: cannot start already-running ORACLE - shut it down first
Issue : While starting up oracle database 12.2,I am getting ORA-01081 error. Error Message: SQL> startup ORA-01081: cannot start al...
How can I restore Cassandra snapshots?
Step-1: I created one table by using the below command CREATE TABLE Cricket ( PlayerID uuid, LastName varchar, FirstName varc...
How to check tablespace usage on oracle 12.2 database.
Solution: Use below query to get all tablespace usage on oracle 12.2 database. col used for 99,999,999 col total for 999,999,...
No comments:
Post a Comment