SQL query on Oracle DB

  • Thread starter Thread starter Henry
  • Start date Start date
H

Henry

Hi

I currently use a bat job to run certain SQL queries. I
would like to do the same but this time to query an Oracle
DB. My oracle knowledge isn't that great, well non
existing infact! So I would like to know if this is
achievable and if so how?

Thanks
 
I currently use a bat job to run certain SQL queries. I
would like to do the same but this time to query an Oracle
DB. My oracle knowledge isn't that great, well non
existing infact! So I would like to know if this is
achievable and if so how?

SQL means MS SQL?
Well, SQL is not owned by MS, they are just using their own flavour (like
anybody else using SQL).

http://www.orafaq.com/scripts/win/runsql.txt

Most important: SQL statements for Oracle have to be closed by a trailing
semicolon!

Ciao, Walter
 
Back
Top