!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\oledb\samples\RefCur\   drwxrwxrwx
Free 4.95 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:     RefCur.txt (1.75 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
		Sample: Using OraOLEDB with Visual Basic
		----------------------------------------

This simple example illustrates how to use Oracle Provider for OLE DB with 
Visual Basic 6.0 to connect to an Oracle database and execute PL/SQL stored 
procedures and functions. 

Setting up the Oracle Database
------------------------------
This example assumes that the Oracle database has the demonstration table EMP 
under the user account SCOTT. The SCOTT account is included in the Oracle 
starter database. If the account does not exist on your database, create the 
account before running the sample program. If your database does not contain 
the EMP table, you can use the demobld.sql script to create the demonstration 
tables. 

This example also uses db816 as the database network alias when connecting to 
the Oracle database. You will need to change this network alias to match your 
system. 

To build the sample tables:
Start SQL*Plus. 

Connect as user name SCOTT with the password TIGER. 

Run the demobld.sql script: 

SQL> @ORACLE_BASE\ORACLE_HOME\OLEDB\SAMPLES\RefCur\DEMOBLD.SQL;

After the EMP table has been created in the SCOTT account, you need to create 
the PL/SQL package that contains the stored procedure and function that are 
run in the Visual Basic example. 

To create the PL/SQL package:
Start SQL*Plus: 

Connect as user name SCOTT with the password TIGER: 

Run the RefCur.sql script: 

SQL> @ORACLE_BASE\ORACLE_HOME\OLEDB\SAMPLES\RefCur\REFCUR.SQL;


Setting up the Visual Basic Project
-----------------------------------
After the Oracle database setups are completed, you can load the Visual 
Basic 6.0 project ORACLE_BASE\ORACLE_HOME\OLEDB\SAMPLES\RefCur\REFCUR.VBP. 

Run the project and check the results. 

:: 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.0312 ]--