News

While trying to use an Oracle utility, if you get ‘sqlplus’ is not recognized as an internal or external command, operable program or batch file error, here is how you can fix the issue.
For detailed statistics, you had to run the TKPROF utility. We can now get the execution plan and trace information for any SQL statement very quickly and easily with a few SQL*Plus commands.
SQL*Plus executes this command file whenever any user starts SQL*Plus and SQL*Plus establishes the Oracle connection. The Site Profile allows the DBA to set up SQL*Plus environment defaults for all ...
You can disconnect the username currently connected to Oracle without leaving SQL*Plus by entering the SQL*Plus command DISCONNECT at the SQL*Plus command prompt. The default database is configured at ...
The other user could issue the SQL*Plus command: SQL> connect ANOTHER USER SQL> @clone SCOTT FUNCTION FOO This works but it still requires SQL*Plus sessions and scripts.