Hi
I am trying to execute a pre commit shell script in git to execute sqcl FORMAT command.
script works fine when we log into DB using usrid/"pwd"@orcl.
But wanted to see if we can run below command without logging into a database.
FORMAT FILE ${the_added_file} ${the_added_file}
can sqcl commands can be executed without logging into a database.
like
c:\sqldeveloper\sqlcl\ bin\sql.exe FORMAT FILE ${the_added_file} ${the_added_file}
Any info on this much appreciated.
Thanks in advance.
Anand