1. Configure the Oracle database connection
In the previous article, we have learned how to use Oracle's net configuration assistant to configure database connections. In addition, you can modify the configuration file to connect to the database. Find the tnsnames. ora file under the Oracle Installation File. The general path is ORACLE_HOME % \ Network \ ADMIN:
Orcl =(Description =(Address = (Protocol = TCP) (host = localhost) (Port = 1521 ))(CONNECT_DATA =(Server = dedicated)(SERVICE_NAME = orc
PL/SQL Developer does not install a client to connect to a remote oracle database (for example, developeroracle)Labels ):Http://www.oracle.com/technetwork/cn/database/features/instant-client/index-092699-zhs.html2. Download and install PLSQL (around 16 Mb ):Http://www.onlinedown.net/soft/4902.htm3. Unzip the instantclient-basic-win32-11.2.0.1.0.zip to a new folde
database. After filling out the next step directly.(6) Enter this page, you can click the Test button to test the database connection. (7) The user name and password of the current login, the result of the test and the reason are displayed after entering. After entering, click the Change Login button to modify the user name and password. The user name starts with the LC , the middle is the instance name (m572)in the GS Suite, and finally the 9999. The password is the password that is connected
The previous blog describes the method of backing up Oracle with the Navicat tool, which describes how to import and export an Oracle database using the PL/SQL developer tool.PL/SQL Developer is one of the primary tools used by Oracle databases to import and export databases
Get ready:
PL/SQL Developer: I'm using plsqldev1005 (32-bit)
Win32_11gr2_client: Remember that it must be 32-bit, because PL/SQL developer only recognize 32-bit
After the installation is successful, you need to c
Tags: PL/SQL developer do not install client connection to remote Oracle databasePL/SQL Developer is an integrated development environment designed specifically for the development of Oracle Database storage program units. Now that more and more business logic and applicatio
Tags: plsql developer software WrapStatement ************************************************************** *********Original works, from the "Blue Blog" blog, Welcome to reprint, please be sure to indicate the source, otherwise hold the copyright legal responsibility.Deep Blue Blog:http://blog.csdn.net/huangyanlong/article/details/39932149*************************************************************************************************************** *
Tags: 2.0 SQL Bracket Cat good effect article tail topDue to the continuous updating of hardware technology, Win7 system gradually become mainstream, and computer memory gradually increased, in order to make full use of memory resources (because 32 of the system can only use up to 3G of memory), improve system performance, many people began to use the Win7 (64Bit) system. A 64-bit Oracle database is installed on a 64-bit system, but there is no corres
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) –>edit 1), create a text file Shortcuts.txt, and write the following: s= The SELECT replication code is saved to the ~/plugins directory under the installation path of PL/
Modify the database configuration file: Tnsnames.ora "My database location: D:\app\Icey-evil\product\11.2.0\dbhome_1\NETWORK\ADMIN"Add the following to the server address:10.88. 250.28 = = =10.88. 250.281521) ))) (= ORCL ) )) Description: HOST = 10.88.250.28 is the Oracle server that needs to be connected Ip,service_name = ORCL is a connected db instance, Port = 1521 is the Oracle Server listener.Configuration complete, with the PL
, 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) –>edit1), create a text file Shortcuts.txt, and write the following content:S=selectCopy code is saved to the ~/plugins directory under the PL
Label: 1, PL/SQL Developer Text field display garbled Reason: Because the database number format and the PL/SQL Developer encoding format is not unified.2, PL/
Configuring the PL/SQL Developer Connection Server databaseThe client software is installed on the remote application server and can be downloaded on the Oracle official website.Example:Environment
Application Server operating system
WIN 7
Local address
192.168.56.117
Production server operating system
Ente
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) –>edit1), create a text file Shortcuts.txt, and write the following: S=select copy code is saved to PL/SQL
Tags: RAC blog file reference style environment Admin CSDN timeoutPrerequisite: The Oracle database has been successfully installed. Installation environment: Win7 64-bit Oracle installation version 11g 64-bit Question 1) Oracle comes with Sqldeveloper Let me enter the full path of the Java.exe and then report a warning Warning:could not find jvm.cfg! In ' C:\Program files\java\jdk1.8.0_151\jre\lib\jvm.cfg ' The other person's experience is that the installed Sqldeveloper is 32-bit and the JDK
, 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) –>edit1), create a text file Shortcuts.txt, and write the following content:S=selectCopy code is saved to the ~/plugins directory under the PL
Tags: together current URI Dex Item DFA Soft class section
1
2
3
4
5
6
Step through ReadingPL/SQL Developer expired, no registration code, and do not want to spend money to buy, and things are very urgent, how to do? Don't worry, please solve this situation together with the small series.Tools/Materials
PL/
Prior to the project because of the need to use the ORACL 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 is a brief introduction to how to connect the ORACL database with this software.T
Label:Original: http://blog.csdn.net/kimsoft/article/details/8751267 Operating system: Windows 7 64-bit flagship requirements, install PL/SQL developer for development First, download the official Oracle Lite Green Edition Http://www.oracle.com/technetwork/topics/winsoft-085727.html Special note To download the 32-bit, because
Tags: recommended https down nload beautification tool stored procedure recommended check DownloadFor a stored procedure to write a large number of SQL statements, which inevitably need to beautify the statement, making the program more readable.The PL/SQL Developer development tool comes with a beautification tool, bu
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.