Alibabacloud.com offers a wide variety of articles about oracle sql developer debug, easily find your oracle sql developer debug information here online.
Label:
Log in to the database you need to back up using PL/SQL developer;
Select Tools, export user objects;
Select the object in the object list that needs to be backed up, then select an output file of SQL type, click "Export", this is just the export data structure;
Select tools, export tables;
Select the table in the list where you want to e
\tnsnames.ora or write one of their own content as follows:# Generated by Oracle configuration tools.ORCL =(DESCRIPTION =(Address_list =(ADDRESS = (PROTOCOL = TCP) (HOST = 10.5.10.252) (PORT = 1521)))(Connect_data =(service_name = ORCL)))The above three must pay attention to, in addition some Windows version of the tnsnames.ora.txt behind the txt to be removed;4, double hit open plsql point cancel650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/
Tags: Oracle Developer650) this.width=650; "Width=" 501 "height=" 228 "title=" Od.png "style=" width:648px;height:321px; "alt=" wKiom1mC49_ Ijp8gaacllfoyuec759.png-wh_50 "src=" Https://s1.51cto.com/wyfs02/M02/9D/A1/wKiom1mC49_ijP8gAACLLFoyUEc759.png-wh _500x0-wm_3-wmp_4-s_211760162.png "/>If a ORA-12514 error occurs, you need to locate the file F:\app\khe\product\11.2.0\dbhome_3\NETWORK\ADMIN\listener.ora==============================Open the file and
Label:Today, to connect to the Oracle database, the Plsql Developer is downloaded, but the installation prompts the Oracle client to install incorrectly.Then Baidu data found that through the Plsql developer connection to the Oracle database, you need to install
tool to configure a remote database
Method 3: Enter the username and password in the logon window of plsql developer. Enter the database IP/SID.
Plsql Route 8 how to connect to a remote database 1. Oracle downloads the Package software named Instant Client. You need to install and unzip the directory. In this example, the local machine decompress E: \ OracleClient. In fact, the
[PLSQL Developer] PLSQL Developer SQL Editor garbled, plsqldeveloper[Problem] We often write various statements in the SQL window of PLSQL Developer. To save these statements, you can save them as a text file or copy them and paste them into a Word file, the advantage of sto
SQL Window of PL/SQL Developer, press F8. By default, PL/SQL Developer executes all SQL statements in the Window and must be set to the SQL statement where the mouse is located, execut
the SQL Window of PL/SQL Developer, press F8. By default, PL/SQL Developer executes all SQL statements in the Window and must be set to the SQL statement where the mouse is located, ex
passwords can be a problem for data security.But if it is the development of the library, the password can even be the same as the user name, each time to enter a password is meaningless, you can consider let Plsql developer remember the password.Location: Tools menu--preferences--oracle--logon history--store with password3, double-click to display table dataPlsql deve
Http://hi.baidu.com/yunfanleo/blog/item/fa65fcfd91916346d7887d25.html
PL/SQL developer
PL/SQL developer is an integrated development environment dedicated to the development of Oracle database storage program units. Nowadays, more and more business log
1. First talk about the difference between pl/SQL and SQL * plus. For example, it is easy to understand:
Pl/SQL-> C ++ LanguageSQL * plus-> Microsoft Visual C ++ 6.0 Compiler
Pl/SQL is the language of oracle extended SQL. It inclu
Let's first introduce Oracle Developer Tools for Visual Studio. NET,
To achieve seamless development using Oracle Database J in Visual Studio,
I have learned the convenience of accessing the SQL Server database in Visual Studio,
After you install Oracle
, the execution Schedule) of the toolbar, or press F5 directly.
9. Debug stored Procedure
When using Pl/sql developer to manipulate Oracle, some stored procedures are sometimes invoked, or stored procedures are debugged;
Methods to invoke a stored procedure: First, select procedures in the browser to the left of Pl/
=create OR REPLACE p=procedure fn=function t=tigger v=view sso=set serveroutput On; Set shortcut keys (Setup method: Menu tools–>preferences–> user interface –> key configuration) New SQL window: ctrl+shift+s new command window: ctrl+shift+c new test window: ctrl+shift+t PL/SQL Developer: Ctrl+shift+f Redo: ctrl+shift+z undo: Ctrl + Z clear: ctrl+d (use with caut
improve query efficiency, you can view the execution plan provided by Oracle;
Usage: select the SQL statement to be analyzed, click the explain Plan button on the toolbar (that is, the execution plan), orPress F5 directly.
5. debug the Stored Procedure
When PL/SQL developer
Debug stored procedures and oracle debug stored proceduresProblem background
N lines of code are written in the stored procedure. As soon as the result is run, an error is reported in the database. So how can we immediately test the village crude process after writing the stored procedure?
Certificate -------------------------------------------------------------
infoàtns Names, you can view Oracle's Tnsnames.ora.
Copy to Excel
Execute the SELECT statement in SQL window, after the result, right click on the data area, select Copy to Excel, you can copy the record of the data area to excel. But there are two points to note: First, field can not start with =, otherwise Excel will be mistaken for a function, and two, the number should not exceed 17 digits, otherwise the number of digits will be set to 0, but c
/SQL beautifier button on the toolbar. 4. Check the execution plan when using the SQL window of PL/SQL developer, sometimes the efficiency of the input SQL statement execution, analysis of the table structure, how to improve the query efficiency, you can view the execution p
addition, you can also use the following job (the job should be created under the same user as the table ):Create or replace procedure syncIsBeginExecute immediate'Alter index myindex rebuild online' |'Parameters (''sync '')';Execute immediate'Alter index myindex rebuild online' |'Parameters (''optimize full maxtime unlimited '')';End sync;/
[2]The ORACLE tutorial is: Oracle9i full-text retrieval technology devel
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.