| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| readme.txt | 2011-03-30 | 1.0 kB | |
| EXPDAT.DMP | 2011-03-30 | 327.7 kB | |
| Totals: 2 Items | 328.7 kB | 0 | |
This uses Oracle XE (Express Edition v 10g)
1. Install Oracle XE on your system which you will be using as a system.
2. Create a user inside Oracle with the userid Ecall and password as Ecall123.
(Make sure you grant dba role to ecall since you will be required to import the dump file provided.
3. Import expdat.dmp into your XE database using the following command at the command prompt...
imp fromuser=ecall touser=ecall ignore=Y file=expdat.dmp userid=ecall/ecall123
4. Create an entry in tnsnames.ora file
This file will be located in the following path, assuming you installed it on 'C' drive.
"C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN"
***********************************
ECALL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = XE)
)
)
************************************
5. Now you are good to go. Just run Innovit and login with the userid 'INNOVIT' and password as 'INNOVIT'.