SQL*Plus is a command-line interface for the Oracle RDBMS product.
When executing the following code, it just says the procedure is completed and doesn't print the infomation i want it …
plsql oracle10g sqlplus dbms-outputWith help of this command show databases; I can see databases in MySQL. How to show the available databases in …
oracle oracle11g sqlplusI have some queries to find out the ddl of some objects from a schema. The result columns I am …
sql oracle sqlplus column-widthI have a .sql file, which is a bunch of oracle pl/sql commands and I want to create a …
bash shell sqlplusIs it possible to do something like this? $ sqlplus -s user/pass "select 1 from dual" or $ echo "select 1 from dual" | …
sql oracle sqlplusI tried select * from users save D:\test.sql create; But SQL plus gives me "no proper ended" How to …
sql oracle sqlplus