oracle9i
Getting "too many rows" error inside a "for" cursor loop
I have a trigger that contains two cursors loops, one nested inside the other like this: FOR outer_rec IN outer_cursor[详细]
2023-01-03 16:19 分类:问答Upgrade Oracle database from 9.2.0.7 to 9.2.0.8
We ar开发者_开发百科e planning to upgrade from Oracle 9.2.0.7 to 9.2.0.8. Main reason of the proposed upgrade is to address the issue in relation to exception \"terminated with error: ORA-00904: \"T2\[详细]
2023-01-03 14:01 分类:问答Oracle Procedure to join two tables with latest status
Please help me make an oracle stored procedure ; I have two tables tblLead: lead_id Name 1x 2y 3z tblTransaction:[详细]
2023-01-02 18:07 分类:问答executing stored procedure from Spring-Hibernate using Annotations
I\'m trying to execute a simple stored procedure with Spring开发者_C百科/Hibernate using Annotations.[详细]
2023-01-02 05:53 分类:问答How can you tell which columns are unused in ALL_TAB_COLS?
When you query the ALL_TAB_COLS view 开发者_C百科on Oracle 9i, it lists columns marked as UNUSED as well as the \'active\' table columns. There doesn\'t seem to be a field that explicitly says whether[详细]
2023-01-02 00:20 分类:问答How to join two query in SQL (Oracle)
How can I join these queries? SELECT RCTDT, SUM(RCTAMOUNT), COUNT(RCTAMOUNT) FROM RECEIPTS4 WHERE RCTDT BETWEEN \'01-nov-2009\' AND \'30-nov-2009\'[详细]
2023-01-01 20:39 分类:问答Does Oracle re-hash the driving table for each join on the same table columns?
Say you\'ve got the following query on 9开发者_StackOverflow中文版i: SELECT /*+ USE_HASH(t2 t3) */[详细]
2023-01-01 17:03 分类:问答How to digitally sign XML document using Oracle 9i PL/SQL
Let\'s say we have a simple XML document (doc.xml) like this: <?xml version=\"1.0\" encoding=\"UTF-8\"?>[详细]
2023-01-01 11:30 分类:问答continue statement in pl/SQl? [duplicate]
This question already has answers here: Closed 12 years ago. Possible Duplicate: ‘CONTINUE’ keyword in Oracle 10g PL/SQL[详细]
2022-12-31 10:29 分类:问答Oracle: How to update master with newest row from detail table?
We have two tables: Vehicle: Id RegistrationNumber LastAllocationUserName LastAllocationDate LastAllocationId[详细]
2022-12-30 09:24 分类:问答