Personal oracle lite (POL) - Explain how to connect to a POL database posted by
Babu Kunwar
Explain how to connect to a POL database
The one of the most interesting features of POL database is that it is not
authenticated. That is the password part for connecting to the database is
optional.
Remember: But for connecting to the POL database through SQLPLUS password is
mandatory. The connection is done through OCA Oracle Open Client Adapter.
The default user name that POL supports is SYSTEM. The connection can be done
as the syntax written: sqlplus<user'sname>/<password>@<host
string> for example sqlplus system/manager@odbc:polite. The host string must
be odbc@polite.
More links
Overview of PL/SQL Error Handling
Advantages of PL/SQL Exceptions
Explain some of the commonly used Predefined PL/SQL Exceptions.
What is user-defined exception? Explain it with an example.
Explain how PL/SQL exceptions are raised..........
|