Backup | templates | original
Pl/sql DEVELOPER 6 template using series documents (iii)
Pl/sql DEVELOPER 6 template Backup and migration
It's too easy, but it doesn't seem like anything, nail, open your pl/sql DEVELOPER
;
Decompression Instantclient-basic-win32-11.2.0.1.0.zip to D:\Oracle\instantclient_11_2;
Configure environment variables;
Variable name
Value
Note
Nls_lang
Simplified Chinese_china. Zhs16gbk
set up the necessary Oracle Global Language environment variables, Nls_lang the corresponding character set in Chinese is simplified Chinese_china. ZHS16GBK
Configuring PL/SQ
Oracle SQL developer is a database development tool that comes with oracle 11. to use it, you need to install java jdk. I installed jdk1.6 update2, but it cannot be used. Later I installed update26. I have not made any in-depth research on which jdk version is required.Run Oracle SQL developer and configure the java. j
PL/SQL Developer functions of various windows, pldeveloper
Understanding the functions of each window is the primary condition for the correct use of PL/SQL Developer. The following briefly describes the functions of PL/SQL Developer
Pl/sql developer is the most frequent Oracle client GUI program I use to manage Oracle databases.
Currently the latest version is: 6.0.4
January 5, 2005-version 6.0.4 releasedenhancements Package bodies, type bodies, and materialized views would disappear F ROM User defined folders Opening a user defined folder when disconnected would leads to ' not logged on ' Messages me Nu did not show directories with
Tags: share development client Analytics admin hint Dev Oracle strConfiguring the Environment Oracle Service SideOracle_winx64_12c_database.iso Oracle ClientInstantclient-basiclite-nt-12.1.0.1.0.zip Integrated development EnvironmentPL/SQL Developer 10.0.5.1710 Configuration steps Make sure that Oracle has completed the configuration and can use SQL Plus to log o
PL/SQL Developer log on to Oracle 12c
After Oracle 12c is installed, PL/SQL Developer cannot connect to Oracle 12c. Search online and follow the instructions in fcflying, so take a note:
1) install Oracle 12c 64-bit
: Http://www.oracle.com/technetwork/cn/database/enterprise-edition/downloads/index.html? SsSourceSiteId
Problem Description:Oracle uses PL/SQL developer to export data to CSV format, VARCHAR2 Type field if the value (for example, 3307830000004059) is too long, the CSV file is represented in scientific notation, even if the column is selected, click Data--. > columns, fixed width, column data format select text, and the last one will still be set to 0.Workaround:Oracle uses PL/
Debug oracle stored procedures in PL/SQL Developer.Author: iamlaosong
Alas, in the real world, I used Toad and used dbms_output.put_line to debug the stored procedure. I only thought it was inconvenient. After PL/SQL Developer was used, I still used this method habitually. People all had inertia. It is inconvenient to analyze the data generated by the stored proc
Oracle SQL Developer is Oracle's official database management tool. This article uses Oracle SQL developer to perform the migration from MySQL to the Oracle database. March 6, 2017 Operation Steps: 1. Create a migration repository user in the Oracle database The repository user is not the user who receives the MySQL m
Operating System: Windows 7 64-bit flagship
Required. Install PL/SQL developer for development.
1. Download the simplified green version of Oracle
Http://www.oracle.com/technetwork/topics/winsoft-085727.html
Note that you need to download a 32-bit version, because PL/SQL developer currently only has a 32-bit
Prior to the project because of the need to use the Oracle database, due to limited time to start learning from the foundation, and Oracle operation of the command interface is too unfriendly, so found the PL/SQL developer This very useful software to use the database indirectly.Here's a quick introduction to using this software to connect to an Oracle database.The first step is to install Oracle database a
Tags: Files menu--option Add LAN add modify properties DevelopToday when you use Oracle SQL Developer to do tuning recommendations when you find the suggestions shown as garbled, I SQL developer for the Chinese version, modified to the English version after the problem solved.View the Properties tab in the Help menu,Us
Label:Http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html SQL DeveloperDownloadsLicense AgreementThank for accepting the OTN License Agreement; Download this software. To learn more about our development tools, join us every Wednesday for a free Webinar on Database development tools.
Tags: address Oracle--variable Avoid operation connection accept promptThere is no error in the SQL statement itself, but PL /SQL Developer The resolution of the invalid statement.This prompt appears because of the following code:-- variable num: is an address value that holds the input value
at that address ' Please enter a number ';There is no error in the prog
Oracle language, add the environment variable Nls_lang, and the value is simplified Chinese_china. Zhs16gbkIf you do not know the Oracle language of the remote database, you can ssh or telnet to the remote machine, enter it at the command interface, and connect to the database using the command line.SELECT * from Nls_instance_parameters;View the value of Nls_languageNls_languageNls_territory5. Download and install the PL.SQL.Developer configuration appConfigure Tools->preferences->connectionOra
Multi-organizational views are often used in PL/SQL developer. We use the following methods to initialize our environment:
1.
Begin
Fnd_global.apps_initialize (user_id => 1112,
Resp_id => 21872,
Resp_appl_id = gt; 201 );
End;
2.
Begin
Dbms_application_info.set_client_info (: org_id );
End;
3.
Begin
Fnd_client_info.set_org_context (x_org_id );
End;
4.
Begin
Fnd_client_info.
Tags: keyword. com change cat protocol names location descriptionOriginal address: http://lightguide.blog.51cto.com/3121539/1140588 Because of their own installation and configuration to go a lot of detours, search online documents Most of them do not contain ORALCE client installation and the corresponding configuration, so write it alone once. This example applies to the Oralce client without the need to install the Instantclient basic package instead. -Required Packages: -pl/
Tags: blog http ar using Java on log HTML EFReasonThe Oracle SQL Developer installed in Oracle 11g is 32-bit, and the java.exe we are assigning to him now is 64 bits, so this error can occur.Workaround1) Download Oracle SQL Developer x64 from the web and replace the original directory: D:\app\oracle\product\11.1.0\db_1
At the end of the year, the main write Java has been more than half a year. During this half-year period, I learned to use Spring-boot, learned SQL, and learned to use MongoDB. At first glance, the content of my work seems to be mostly "back-end", so can I calculate a half back-end development? I don't think so.Yes, I started working on Java and databases in the last six months, but my job is essentially "data presentation" to the front page. Just bef
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.