| Oracle10G1_Intranet1 |
| Taking advantage of an old installation in an intranet set up |
| SQL Over Intranet:
|
| Using iSQL*Plus
Connection Properties : http://manas5:5560/isqlplus/login.uix (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=MANAS5)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=orcl))) Now view the table under this user: select
tablespace_name, table_name
from user_tables;
|
| querying wine flat
|
| DESC WINEFLAT
|