What is the difference between SQL*Net V1, V2, NET8 and NET9?
Submitted by admin on Sun, 2004-08-08 12:28.
| SQL*Net V1 | SQL*Net V2 | Net8/ Net9 | |
|---|---|---|---|
| Default port | 1525/tcp | 1521/tcp | 1521/tcp |
| Start command | tcpctl start | lsnrctl start | lsnrctl start |
| Stop command | tcpctl stop | lsnrctl stop | lsnrctl stop |
| Connect string | protocol:host:sid eg. T:SRV1:DB1 | Specified in TNSNAMES.ORA | Specified in TNSNAMES.ORA |
| Config files | /etc/oratab | tnsnames.ora, sqlnet.ora & listener.ora | tnsnames.ora, sqlnet.ora & listener.ora |
| Env variable | LOCAL= | TWO_TASK= | TWO_TASK= |
»
- Login to post comments

