how to read name value pairs from command line
Posted: 25 May 2022 01:38
Dear all,
I want to read a number of name=value pairs from the command line, how do I read them and output to a file?
output file temporary hardcoded to temp_pfile.ora
I want to read a number of name=value pairs from the command line, how do I read them and output to a file?
Code: Select all
C:\Users\myself\read_name_value_pairs.bat log_archive_dest_1="location=R:\app\oracle\oradata\londoncdb" db_name=londoncdb
Code: Select all
db_name=londoncdb
log_archive_dest_1="location=R:\app\oracle\oradata\londoncdb"