i am using unix shell script for exporting and importing oracle table data. currently i ma using explicit username/password pair to connect oracle engine from export and import utilities. After deciding hardening to our servers i want to connect oracle engine from exp and imp with OS authentication as below, so i dont want to be seen our userid and password in my shell script.
exp as sysdba file='....' log='....' full=y
how can i do it in Solaris?
Thanks in advance.
exp as sysdba file='....' log='....' full=y
how can i do it in Solaris?
Thanks in advance.