User external
Hello,oracle 10g
linux
I have created a user extenal:
CREATE USER OPS$usaurio IDENTIFIED EXTERNALLY DEFAULT;
But I don't know, how to connect to usuario from procedure?
In sqlplus i can to connect on this way:
sqlplus /
In a procedute How I put this command, for this usuario in oracle can to connect to system operative Linux?
Thanks.
linux
I have created a user extenal:
CREATE USER OPS$usaurio IDENTIFIED EXTERNALLY DEFAULT;
But I don't know, how to connect to usuario from procedure?
In sqlplus i can to connect on this way:
sqlplus /
In a procedute How I put this command, for this usuario in oracle can to connect to system operative Linux?
Thanks.
0