Original: PL/SQL Developer how to connect a 64-bit Oracle plotDue 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
To put it a little bit, pl/SQL developer needs to install the local Oracle client to connect to remote oracle before using the client configuration. Due to the bloated client, oracle now provides green and small solutions. The following is a detailed description.
Environment: xp, pl/SQL developer, Instant Client
Questi
Pl/SQL developer open the table garbled. In pl/SQL developer, view the table structure. The table structure comments are all ???, It is normal to view the table structure directly in the cmd window, which indicates that it is a problem with pl/SQL
Install Oracle database management software SQL Developer in Ubuntu 14.04
This is the second article about building Oracle Development Environment logs.
Article 1: Build a PHP5 + Apache2 + Oracle environment in Ubuntu 14.04
This article will install the Oracle database management software SQL Developer on Ubuntu 14.04.
Label:PL/SQL Developer encoding format set one, PL/SQL developer in the text field display garbled reason: Because the database number format and PL/SQL Developer encoding format is not uniform caused. TwoView and modify the Oracl
After Oracle 10 Gb is installed, a table is created to write Chinese data. It is found that the PL/SQL developer tool cannot display Chinese normally.
To display Chinese characters properly, the server must be consistent with the client encoding. Therefore, check.
1. Check the server code:
Execute
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
PL/SQL Developer is the main tool used to import or export databases in Oracle databases. This article mainly introduces the process of using PL/SQL Developer to import and export databases, some precautions for import or export are described. Next we will introduce them one by one.
Export Steps:1 tools-> export user o
Label:After you complete this method document, you should be able to understand:
How to export data to various file formats using SQL Developer
How to export an object definition in a schema
Directory
1. Introduction
2. Software Requirements
3. Exporting data
4. Export object Definitions
5. Other Resources
1. Introduction Oracle
, 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:Easy to use PL/SQL developer Related settings some time ago, the company internal Training PL/SQL related knowledge, here I think very convenient settings to share to everyone. 1. When using PL/SQL developer, it is convenient for you to work with PL/
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) –>edit 1), create a text file Shortcuts.txt, and write the following content:S=selectCopy code is saved to the ~/plugins directory under the PL/SQL
you created the soft link through the command line 3.checking Oracle Instant Client SDK Header directory ... configure:error:Oracle Instant Client SDK header files not Foun DWhether your SDK folder is located in the Instantclient directory. 4.ERROR: '/tmp/pear/temp/oci8/configure--with-oci8=instantclient,/usr/local/lib/instantclient ' failedThe path followed by the--with-oci8 is correct and should be the last directory we copied. Ubuntu 14.04 Install Oracle database management software
Normally, connecting Oracle with PL/SQL developer requires the installation of Oracle client software, which means that your hard drive will take up about 1g-2g of space, and you will have some more boot-enabled services for the Windows operating system. Of course, for most people, you don't apply the database you create on your own machine, but just want to connect to the database on the
When you use PL/SQL developer 7 to connect to a newly installed Oracle database server, ORA-01460 errors always occur frequently: type conversion errors.
Only PL/SQL developer has this problem.
The suspect is a character set problem. I checked a lot of information and fo
PL/SQL Developer is the main tool used to import or export databases in Oracle databases. This article mainly introduces the process of using PL/SQL Developer to import and export databases, some precautions for import or export are described. Next we will introduce them one by one.Export Steps:1 tools-> export user ob
Pl/sql Developer is the primary tool for importing or exporting databases in an Oracle database, this article mainly introduces the process of importing and exporting databases using Pl/sql developer, and describes some of the considerations when importing or exporting, and then we introduce them. Export Step:1 Tools->
The "SQL Developer" Double-click is not available under application development, and the prompt "Windows is looking for Sqldeveloper.bat" appears, such as: After searching the blog park, find: http://www.cnblogs.com/OnlyCT/p/ 4665666.html probably understand the reason, Oracle's own SQL developer does not support the 6
, and then in the Instantclient_11_2 directory, create a new Layer two folder \NETWORK\ADMIN, Then build a tnsnames.ora file under the Admin folder and add the following to the file: [Plain]View PlainCopyprint?
ORACLE =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP) (HOST = localhost) (PORT = 1521))
(Connect_data =
(SERVER = dedicated)
(service_name = ORACLE)
)
)
Listener_oracle =
(ADDRESS = (PROTOCOL = TCP) (HOST = l
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.