Will the following code lead to a deadloc开发者_高级运维k or should it work without any problem?I\'ve got something similar and it\'s working but I didn\'t think it would.I thought the parent procedur
Kindly note that I’m trying to invoke a SOAP (web services) from ORACLE DB using pl\\sql , after I have done some investigations it says that I have to use the UTL_HTTP packagebut It didn\'t work wit
I see people writing a fu开发者_Python百科nction with FUNCTION instead \"CREATE FUNCTION\". When I saw this usage in the web I thought it was a typo or something. But in Oreilly\'s \"Oracle 11g PL/SQL
I have a dumb problem. From a ksh I\'m connecting to sql plus to execute some query. I want to pass 2 parameters from unix to pl sql.
I\'m working on a query (a SELECT) and I need to insert the result of this one in a table. Before doing the insert I have some checking to do, and if all columns are valid, I will do 开发者_开发百科th
My question is short. I create a cursor to get some values from my table. I want to get the curre开发者_如何转开发nt record of cursor (the fetched record) and the next record from the cursor without f
When I tried writing to an read-only parameter(IN) of a function, Oracle complains with开发者_如何转开发 an error. But that is not the case when reading from an write-only(OUT) parameter of a function
This question already has answers here: What is the difference between "AS" and "IS" in an Oracle stored procedure?
I\'m trying to create a function in package that returns a table.I hope to call the function once in the package, but be able to re-use its data mulitple times.While I know I create temp tables in Ora
We have two tables: Vehicle: Id RegistrationNumber LastAllocationUserName LastAllocationDate LastAllocationId