Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
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?