ORA-06550: Line 1th, column 7th:
PLS-00306: Parameter number or type error when calling ' Ls_jjn_report '
ORA-06550: Line 1th, column 7th:
Pl/sql:statement ignored
--------------stored procedure executes without a fault, but the program executes
When performing databasereplay preprocessing, you may encounter a problem. For the first time, it is an internal (function Stored Procedure) Error in executing the package call. It is a typical parameter passing error.
The following error occurs when calling the Oracle stored procedure using SHELL today:
PLS-00306: The number or type of parameters is incorrect when the stored procedure name is called.
Summary: when the number or type of parameters is incorrect
Boolean is a type of PL/SQL data. Logical values are true and false. Only logical operators can be applied to boolean variables. The Database SQL type does not support BooleanType. Only PL/SQL is supported. Therefore, you cannot insert or retrieve
Using data block to operate Oracle yesterday, cursor is returned. A problem occurred during this period. It was very depressing and it was not solved after I found it all afternoon. You can't sleep in the morning. The solution is found. In fact, it
The "Ignorant Oracle stored process" has given you a lot of information about the development of stored procedures related to the basic knowledge, the author made the best efforts to summarize all the knowledge of the stored procedures, share to
1) classification of Sets
Oracle supports three types of collections:
Associative array (Index-by table)
Nested table)
Variable-length array (VARRAY)
One of their differences is that the Nested table and VARRY can be used either in PL/SQL or
We have a problem with & variable assignment today.
Declare
UID number (10);
Begin
uid:=&x;
End
When &x entered as the empty times the following error
ORA-06550: Line 5th, column 9th:
Pls-00103:encountered the symbol ";" When expecting one
1. Oraclesql statements do not support the boolean type; 2. decode is unique to oracle; while case is a standard SQL statement, which can be used by mysql and sqlserver, and case can also be used.
1. Oracle SQL statements do not support the boolean
Oracle SQL statements do not support the boolean Type (decode & case)
Version:SQL> select * from v $ version;
BANNER--------------------------------------------------------------------------------Oracle Database 11g Enterprise Edition Release 11.1.0.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.