Login ServerOther than sys user login, all other options are normalNew SQL windowWriting execution SQL statementsSet font, colorTools-Preferences--user interface--fonts--SelectTools--Preferences--user interface--editor--SelectFormatting SQL statementsPlssql Tool SQL beautification (this tool can be downloaded from the Internet)Click Edit after placing the path, and then click Modify keyword and identifier caseDESC table name (not used in plsql)This wi
1. Setting1) Download 32-bit Oracle Instantclient2) Extract the Oracle instantclient to a directory 3) Set environment variables (modify Nls_lang and tns_admin environment variables) for Nls_lang environment variables, preferably set to the same database side, first query the character set information from the database side:Sql> Select Userenv (' language ') Nls_lang from dual;2. CREATE TABLE SpaceCreate Tablespace User_dataLoggingDataFile ' D:\oracle
Tags: des style blog Class Code javaRemote connection to Oracle is cumbersome and usually requires client installation of Oracle to be implemented. With instantclient, you can compare simple connections to remote Oracle.1. New directory D:\Oracle_Cleint used to store related files, new directory D:\Oracle_Cleint\NETWORK\ADMIN for tnsnames files2. Download the corresponding version and the System Instantclient compressed package, extract the Instantcli
Tags: Open desktop kr bit modify path 32-bit BSP position Win7 systembefore installing , copy the client tool instantclient_12_1 to a directory without Chinese and white space.For example, I put it directly under the D:\tools. Note that what's needed here is 32bit. . Start installing the Plsql Developer client below . PL/SQL Installation details1. Double-click the iconTip Information:1. The following inte
AutoSelect statement. As soon as this feature is enabled, by pressing F8 (corresponding to the "execute" shortcut), you can execute the SQL statement where the cursor is located, instead of using the mouse to select the statement you want to execute first. 7, keyword Auto-capitalization tools -Preferences -Editor, select the keyword case uppercase. The keyword is usually capitalized, other such as table name, field name, etc. are lowercase. Everyone should develop a coding habit of their own an
Label:The default Plsql developer query out of the record can only be full screen so many lines, usually twenty or thirty lines, more inconvenient.Depending on the following settings, you can return the results.Method:tools>preferences>window types>sqlwindow, select the right Records the all Records in the per Page single option and sets the value of the text box below maximum result set size (0 is unlimit
Oracle Database installation process is cumbersome, and uninstall more cumbersome, if the uninstallation is not clean, the next time you install Oracle will not succeed. Here's a way to remotely connect an Oracle database using the PLSQL Developer tool without having to install an Oracle client.First you need to download this software on the Oracle official websi
This is a very water blog that introduces building Plsql Developer 8 + Oracle 11g development environment.The installation of Oracle 11g Express on this machine is sufficient for development, and 300MB of download files are much smaller than the official version. Be sure to download the win 32bit version (because
By default, the records queried by PLSQL Developer can only be as many rows on the full screen, which is generally 20 or 30 rows, which is inconvenient.
You can return all the results according to the following settings.
Method:Tools> Preferences> Window Types> SQL Window, Select the right windowRecords per PageInAll recordsSingle option, and set the value of the text box under the Maximum result set size
1. Configure environment variables: Oracle_home=d:program files (x86) instantclient_11_2, Tns_admin=d:program files (x86) instantclient_11_ 2NETWORKADMIN, network, admin if not then manually new.
2. Set Plsql Developer:
1 access to the program, menu: Tools-Preferences
2 Set the Oracle home directory, OCI Library, if the environment variables set correctly, the dropdown will automatically find.
Or
1, first Plsql developer
2, landing after the successful access to the Object Browser window interface
3. Select "My Object" in the Object Browser and this is Scott (all objects of the currently logged on user)
4, find the table folder, the inside is the current account of all forms
5, select the table that needs to be viewed--"right"--"Check Data" "Query", you can se
If you want to see the execution of a stored procedure or function, you can use debug mode. Plsql Developer provides the debug function, taking the function as an example:1. Find the function you want to debug, then right click----Select "Add Debug Information",2. Right-click function, select Test to enter the debug mode window.3. In the Test window, start debugger (F9) and click Run (ctrl+r) to execute dir
PLSQL Developer imports an SQL file to Oracle. open PLSQL Developer. The logon window is displayed. The Username, password, and Database are set when Oracle is installed. The default Username is sys, the default Database is ORCL, And the Connect as option is SYSDBA. 2. after successful login, select New --> SQL Window
PLSQL Developer configure Oralce11g connection
1. configure the environment variables: ORACLE_HOME = D: \ Program Files (x86) \ instantclient_11_2, TNS_ADMIN = D: \ Program Files (x86) \ instantclient_11_2 \ NETWORK \ ADMIN, NETWORK, and ADMIN. If they do not exist, create them manually.
2. Set PLSQL Developer:
1) G
Scenario reproduction:
The maintainer wants to use the plsql developer tool to view the data of a table a year ago. There are about rows of data in the table. Because there is no service at this time, the maintainer closes the application. When you select to list all the data during the query, the following message is displayed when the result shows more than rows. The prompt "The result set has exceeded t
PL/SQL Developer.Wonder why the database TNS is not chosen here? I installed the database first and then installed PL/SQL Developer. When the PL/SQL developer is installed, Oracle home and OCI Libaray have been identified. What about it? Log in to PL/SQL Developer with non-login first, set up Oracle home and OCI Libaray.The Oracle home directory is not automatic
Issue: WIN8 64 uses bit system PLSQL developer Local connection Oracle inexplicably problems occur in the database. The error message box may even be empty.Reason: It indicates that the Internet, for reasons, is expected to be installed on a 64-bit system in a 64-bit Oracle database. However, there is no corresponding 64-bit PL/SQL developer to use, so you cannot
Tags: cannot. dll so min 32-bit Oracle official website ASI ALT why1. 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 it under the program Files (x86) directory or you cannot start PL/SQL Developer.Wonder why the database TNS is not chosen here? I installed the database firs
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.