External Authentication to Database with DOMAIN, ie: OPS$MYDOMAIN/MYUSER
説明
With the 11g database, external authentication through SQL Plus requires a user to be set up such as OPS$MYDOMAIN/MYUSER where obviously the MYDOMAIN is my current domain where the user is authenticated and MYUSER is the users username in that domain. When using the external authentication through TOAD by leaving the username and password blank, it connects as OPS$MYUSER. This has the well documented security hole of authenticating against ANY domain, not just the domain that is secure, MYDOMAIN in this example. How can one make TOAD use the OPS$MYDOMAIN/MYUSER account to be sure that it is authenticating to the correct domain?