Hi,
I'm trying to make a script that gathers some information.
How do i start sqlplus and do some statements with the user sys as sysdba.
I know the syntax: sqlplus -s user/pwd@sqlscript.
This is not what i'm searching. I want to do these sqlstatements in my script. So no extra sqlscript.
And how do i end this sqlsession in my script?
I'm trying to make a script that gathers some information.
How do i start sqlplus and do some statements with the user sys as sysdba.
I know the syntax: sqlplus -s user/pwd@sqlscript.
This is not what i'm searching. I want to do these sqlstatements in my script. So no extra sqlscript.
And how do i end this sqlsession in my script?