Oracle Database is a Multi-Model Database Management System created by Oracle Corporation.
I have tables that names start with "TBL_*", but I can not drop all of them by single command. how …
oracle oracle-sqldeveloper drop-tableUsing Toad 9.7.2 against a network Oracle DB (10g) I can't see any objects in the schema browser using the account …
oracle privileges toadIs it possible to execute a stored procedure inside a trigger? Thank you
sql oracle stored-procedures executeI need to send HTML emails directly from oracle PL/SQL package. This works almost fine. I have problem with …
html oracle plsql escaping html-escape-charactersI have an asp.net mvc (EF) project , I had downloaded oracle data provider with version 4.112.2.50 -32bit on my …
asp.net-mvc oracle entity-framework entity-framework-4 odp.netI am trying to execute this query: select * from gi_todo_isim WHERE d_insercao >= '04-JUL-13' AND …
sql database oracle plsql sql-navigator