DISQUS

DISQUS Hello!  The comments on this profile are unclaimed and thus are unverified.

Do they belong to you? Claim these comments.

alex's picture

Unregistered

Feeds

aliases

  • alex

alex

6 months ago

in Login to Oracle as sysdba in one command | Oracle | Tech-Recipes on Tech-Recipes
on 10g you can log in with:

sqlplus / as sysdba

6 months ago

in Dropping everything from an Oracle database | Oracle | Tech-Recipes on Tech-Recipes
or you can drop specific users and all it's objects using:

DROP USER <user_name> CASCADE
Returning? Login