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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top