1. Knowledge Points: Can be read against the following record screenPL/SQL Program structure declare description section (variable description, cursor declaration, exception Description)begin statement sequence (DML statement) ... exception exception handling statement end;/------------------ --------------------------------------------------the first PL/SQL prog
Tags: des style blog tar width get1. Log in to PL/SQL DeveloperThis omits the installation steps for the Oracle database and PL/SQL developer, and note that when you install the PL/SQL developer software, do not install in the pro
Tags: PAC home TNS ace hit PC should be AC fontThe computer system is Win7 64 bit, the installed Plsql is 64 bit, the Oracle client installed is the runtime type, should be 32-bit clientThe 32-bit toad previously installed on your computer can identify Oracle instancesAfter the system has added Oracle_home,tns_admin,Nls_lang, after modifying the Oracle home directory and the OCI library in Plsql, it is still not recognizedWhere theOracle home director
IT Ninja Turtles PL/SQL Developer tips and shortcuts, Ninja Turtles developer
1. SQL plus Window: File-> New-> Command Window. This is similar to the SQL plus client tool of oracle, but it is much easier to use than it.
2. Set the Keyword to Uppercase automatically: Tools-> Preferences-> Editor, and select Uppercase fo
basis for SQL tuning; 4, Automatic replacement: Fast input SQL statements, such as input s, press the space, automatically replaced by select; for example, enter SF, press space, automatically replaced by select * from, very convenient, save a lot of time to write duplicate SQL statements. Setup method: Menu Tools–>preferences–>editor–>autoreplace (auto-replace)
The PL/SQL cursor allows the program to select multiple rows of data from the database, and then separately process each row of data, it provides Oracle with a method to indicate and control each stage of SQL processing. I think you have some knowledge about PL/SQL. Through
The PL/SQL cursor provides a way for a program to select multiple rows of data from a database and then handle each row separately, providing Oracle with a means to indicate and control the stages of SQL processing. I will think you have a certain understanding of pl/sql. Th
PL/SQL provides three common set union arrays, nested tables, and variable-length arrays, PL/SQL provides corresponding functions or procedures for operation.
Element or subscript in the vertical array. These functions or procedures are called set methods. A set method is a function or process built into the set and ca
In the oracle development environment, we can use the dbms_lob package for processing! Dbms_lob package is powerful and simple to use. It can be used to read internal lob objects or to process B
In the oracle development environment, we can use the dbms_lob package for processing! Dbms_lob package is powerful and simple to use. It can be used to read internal lob objects or to process B
The ORA-06502: PL/SQL
first,. Basic Syntaxthe structure block for PL/SQL is as follows:Declare--declaring variables, types, cursorsBegin--part of the program execution, similar to the Main methodexception--a mechanism for how to deal with exceptions--when ....EndNote that there is no use of the part, there is no need to write, such as the program is really no exception to deal with, then exception will not writerecommended namin
Oracle PL/SQL Block
PL/SQL block Description: PL/SQL is the abbreviation of Procedure Language Structured Query Language. It is an extension of standard database languages by Oracle.
PL
Document directory
Record and PL/SQL tables
Record and PL/SQL tables
1. What are record and PL/SQL tables?Record: a temporary record object type consisting of a single row and multiple columns of scalar type. Similar to multi-d
PL/SQL exceptions
The pre-defined exceptions and codes of PL/SQL are as follows:Exception Oracle error sqlcode Value MeaningAccess_into_null ORA-06530-6530 the referenced object is assigned directly to the object without InitializationCase_not_found ORA-06592-6592 if no case in the when clause contains no required bran
For beginners, Oracle's database language PL/SQL is always a bit strange. It is called a host language and, as its name suggests, it is dependent on something to survive, PL/SQL is attached to the Oracle database, and its runtime environment is the Oracle database.
This is a little different from other languages, so m
Tags: SQL language Data System Self programming old version png des oafPL/SQL is an integrated development environment for oralcle databases and is the primary tool for many Oracle database developers. Because PL/SQL (Baidu Encyclopedia) is not only a kind of language, but also a process programming language, in the pr
Label: The execution and exception parts of PL/SQL in Oracle I. The executive section of PL/SQL.
An assignment statement.
Assignment statements are divided into two types, one defining a variable and then receiving the user's IO assignment, and the other is assigning a value to the
Post from: http://www.oracle.com/global/cn/oramag/oracle/04-sep/o54plsql.html
Control mythical codeAuthor: Steven Feuerstein
Study and crack some myths in your code.
"Do not use the XYZ feature; there was a problem in previous versions of N. N. "" To always use explicit pointers, this is the most effective way to extract a single row of data. "
"To avoid using packages, they consume too much memory. "
MeYou must have heard of these arguments, or either of them. They are just a few myths tha
[connect]
Disconnects from the database
Edit
Displays a text editor to edit the SQL Buffer
Exec [ute] Procedure
Executes the specified procedure
Exit [application]
Quits a running script or closes the command window. Adding the application parameter will also close PL/SQL developer.
Get [filename]
Loads a comman
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.