ora-00900
how to use these sql scripts in oracle?
I have a sql-script like: @tables\\run.sql; @sequences\\run.sql; @views\\run.sql; @functions\\run.sql; @procedures\\run.sql;[详细]
2023-04-07 22:46 分类:问答Using SQL stored function gives invalid SQL statement
I\'m trying to use stored function from Oracle Express database i开发者_JS百科n c# application.[详细]
2023-01-25 13:04 分类:问答Create a oracle db trigger using thin jdbc driver
currently I setting up a test environment for an application. I\'m using jUnit and Spring in my test environment. Before a test execution I want to set up a database test environment state. I already[详细]
2023-01-24 04:26 分类:问答NHibernate Oracle stored procedure problem
------Using VS2008, ASP.Net with C#, Oracle, NHibernate---- I have tested my stored procedure. It\'s working but not with NHibernate. Here are the codes:[详细]
2022-12-18 08:24 分类:问答Switching users on a JDBC Connection
I am writing a Java JDBC database application that connects to an Oracle 11g database and am using a c3p0 connection pool. For the purposes of an example, I have 3 database users DEFAULT, TOM, and BIL[详细]
2022-12-16 22:26 分类:问答ORA:00900 Invalid sql statement
i created a procedu开发者_如何学Cre with 32 in argument,it sucessfully created.but when i am executing this in back end oracle the errror came ORA:00900 Invalid sql statementUse:[详细]
2022-12-15 00:13 分类:问答Calling a Stored Procedure in Oracle
This should be something fairly simple and straight-forward but for some reason I can\'t get it to work.I\'ve created my SProc like so:[详细]
2022-12-11 23:10 分类:问答Return a 'DESC package' in PHP using OCI
Hi I am trying to get information on an Oracle package directly from PHP using OCI8: $sql = \'DESC my_package\';[详细]
2022-12-10 05:35 分类:问答