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?
How to identify IOPS in AWR reports ?
The AWR reports are very usefull during the performance troubleshooting and also during proactive analysis. One of the first steps in ord...
Change Oracle user account status from EXPIRE(GRACE) to OPEN on 18c,12.2,11.2
Question : Change Oracle user account status from EXPIRE(GRACE) to OPEN on 18c,12.2,11.2 Solution: Step-1 Need to find user account de...
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...
No comments:
Post a Comment