
March 29th, 2005, 06:56 AM
|
|
Registered User
|
|
Join Date: Jan 2005
Posts: 26
Time spent in forums: 7 h 22 m 28 sec
Reputation Power: 0
|
|
|
executing commands
i have a problem in connecting the database via perl.
normally the cmd prompt looks like this
c:\perl\.....
in this case i can pass parameters via my perl program through system command.
but if i connect an oracle database the command prompt becomes like
SQL>
in this case system command does not work. Is there any possiblity of passing the parameters after the database connection.
aravind.s
|