Hi,
I have to programmaticall y determine if Oracle Schema (Database) exists. Is there any query I can use for that?
e.g. in SQLSERVER 'Use myDB' would work and give me an error if myDB doesn't exists, I want to find something like that for Oracle.
Thanks for help,
NewP
I have to programmaticall y determine if Oracle Schema (Database) exists. Is there any query I can use for that?
e.g. in SQLSERVER 'Use myDB' would work and give me an error if myDB doesn't exists, I want to find something like that for Oracle.
Thanks for help,
NewP
Comment