There appears to be an issue with sysdba ConnectAs as it is used in TOracleSession and TOracleLogon.
1. If you set the TOracleSession.ConnectAs = caSYSDBA, the set the TOracleLogon.Options idConnectAs := False then TOracleLogon.Execute with SYS it will not set the ConnectAs to caSYSDBA. It will only work if you set TOracleLogon.Options idConnectAs := True. Then it works fine.
2. You can logon in both the ide and run time as SYS SYSDBA using any password at all.
Thanks
Jeff jrheisler@yahoo.com
1. If you set the TOracleSession.ConnectAs = caSYSDBA, the set the TOracleLogon.Options idConnectAs := False then TOracleLogon.Execute with SYS it will not set the ConnectAs to caSYSDBA. It will only work if you set TOracleLogon.Options idConnectAs := True. Then it works fine.
2. You can logon in both the ide and run time as SYS SYSDBA using any password at all.
Thanks
Jeff jrheisler@yahoo.com