TOracleScript connect as sysdba

Bjarte

Member
Hi,

I'm trying to connect as sysdba in my sql script but it fails with: ORA-28009: connection to sys should be as sysdba or sysoper

connect sys/mypwd@myalias as sysdba

Works like a charm in sqlplus

Is this functionality supported in TOracleScript?

Thank you,

Bjarte
 
The "as sysdba" option is currently no recognized. We'll fix this. If you need a pre-release, let me know your Delphi version and I will arrange it.
 
Hi Marco!

And why this? With further versions i could connected as sysdba.

Because Oracle10g i upgraded our Doa to 4.0, but i need the connect as sysdba option from a TOracleScript.

Can i have a version too, in wich it is fixed?
D7, Doa 4.0?
 
Back
Top