ora-06550
Having trouble calling Oracle stored procedure in java
I\'m having trouble calling开发者_开发问答 an Oracle stored procedure in Java. I added a stored procedure to the database like this:[详细]
2023-03-22 10:58 分类:问答Nested Tables in a stored procedure
The PL/SQL script shown below is failing to execute at line # 20: declare type string_table is table of varchar(100);[详细]
2023-03-18 09:28 分类:问答Oracle SQL Developer: PL/SQL: ORA-00903: invalid table name
开发者_StackOverflow社区I am getting this error: Error starting at line 2 in command: BEGIN DELETE * FROM book_copies;[详细]
2023-03-03 02:48 分类:问答Calling an Oracle stored procedure in C# using "Oracle.DataAccess" (with a parameter)
So I\'m trying to call an Oracle stored procedure from my C# .NET application. Most online references I can find suggest \"using System.Data.OracleClient;\", but .Net 3.5 doesn\'t recognize that names[详细]
2023-02-18 14:11 分类:问答APEX: apex_application.g_print_error_message problem
When i\'m using this command apex_application.g_print_success_message := \'<span style=开发者_开发百科\"color:GREEN\">Message</span>\';[详细]
2023-02-14 08:32 分类:问答Why can't I execute the stored procedure? (OracleException was caught)
This is code to connect to an Oracle database. It fails at the last line: dbDataAdapter.Fill(dtResult);[详细]
2023-02-07 12:24 分类:问答Oracle : receiving ORA-06550 and PLS-00905
i have a holiday table which contains the data are HOLIDAYDA DESCRIPTION --------- --------------------[详细]
2023-02-03 19:07 分类:问答Using variables in PLSQL SELECT statement
I have a query that queries on ReportStartDate and ReportEndDate so I thought I would use variables in PLSQL. Not sure what I am missing here, but I get an error:[详细]
2023-01-27 16:09 分类:问答ORA-06550 and PLS-00103
HI, I am using UNIX OS and working on oracle. I am getting the error message below E ORA-06550: line 1, column 8:[详细]
2023-01-26 15:19 分类:问答How to initialize a varray table of {TABLE}%ROWTYPE?
I have a varray defined like: declare TYPE tnr_l IS VARRAY(30) of lve%ROWTYPE; I want this varray to be initialized with a fetch from the database:[详细]
2023-01-24 03:45 分类:问答