1. Open SQL Developer, create a new SYS connection (SYS has the highest privileges for system administrators):2. Create a new system connection (System is local administrator with sub-high permissions):3. New Scott (Scott is a normal user, unlocked by default) connection:The default Scott user is locked, so to log in to the Administrator account unlocks:After unlocking the Scott account, connect using the S
discuss what was going on. If you say they have progress, it is one of the buddies who chose the "reload system" to it ...As a Win7 has not been installed after the formal release of the system, this solution is indeed a bit ... Not acceptable.2. Settle it yourself.The great leader, Chairman Mao, said, "Do it yourself."The process of finding the reason is slightly ... In fact, using Process Monitor to observe the load operation when creating the diagram, to see which is the failure, to say it i
if not yet.4, sometimes may appear the client to the Chinese support bad question, may refer to the following third article environment variable setting:On the desktop, right-click My Computer, select Properties, select Environment variables in the Advanced page, and in the system variables, increase:1) variable name: oracle_homeVariable Value: E:\instantclient_11_22) variable name: tns_adminVariable Value: E:\instantclient_11_23) variable name: Nls_langVariable value: Simplified Chinese_china.
quick Input SQL statement, such as input s, press the space, automatically replace the select; For example, enter SE, press space,It is convenient to replace the select * from automatically, saving a lot of time to write duplicate SQL statements.Setup method: Menu tools–> preferences–> editor–> autoreplace–> EditClicking Save will automatically generate the AutoReplace.txt file and save it to the specified
PL/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 application logic has shifted to Oracle Server, PL/SQL programming has become an important part of the entire development process. PL/SQL
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
Enterprise Linux Server Release 5.4
Tags: install JDK according to the. com Oracle Eve Net URL java. shFirst, download the JDKJDK Download URL: http://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.htmlJDK version: jdk-8u151-linux-x64.tar.gzIi. Installation of JDK1. Unzip the downloaded JDK installation packageDecompression command: jdk-8u151-linux-x64.tar.gz2. Configuring the JDK environment variablesThird, download SQL DeveloperSQL
Using PL/SQL Developer to import Excel data often involves data migration after project delivery. Generally, the given data does not have an ID, that is, the primary key. you need to add a column in excel, such as ID. save the excel file as a Text (Tab delimited) file, open plsql, connect to the oracle database to be imported, and then open Tools --> Text importer... --> Open data file: select the txt file
If you use Oracle, you may use PL/SQL Developer.When PL/SQL Developer is used, a confirmation dialog box is displayed when you right-click the Table list or other object lists and select the Drop operation.There will be a check box for Don't show this message again at the bottom of these dialog boxes. If you accidentally hook up and click OK, It will be miserable
, click the test button to test whether the setting is connected, and if it succeeds, it will show "success" after the left corner status.Figure 2.18 The new/Select Database Connection windowCommon error: If the connection error shown in 2.19 appears, Oracle's service is not turned on.Figure 2.19 A connection error occurredLearn two more tricks: the steps to turn on Oracle services are as follows.(1) Right-click on the "Computer" icon in the desktop and select "Manage".(2) In the Computer Manage
Query for a field with Chinese text
SELECT * from Issue I where ASCIISTR (i.id) like '%\% '
Query a field with English letters
SELECT * from Issue I where regexp_like (I.id, '. [A-z]+[A-z]) (red font changes randomly)
Renaming
In the SQL Script window, right-click on the table name to select ' Rename ', modify it in the popup window, tap ' OK '
Delete a table
Select my objects, find the table name, and right-select ' drop '20
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
Solution for Oracle SQL Developer Connection error (ORA-12505) (two), developerora-12505
With oracle database new connection encountered ora-12505, after the problem is resolved and ora-12519 error, depressing for half a day, after some tossing problem solution, the following small series will share my two solutions for your reference only.
Solution 1:
Today at work in the new connection encountered a ORA-1
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
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 application logic has shifted to Oracle Server, PL/
PL/SQL Developer customizes the case-sensitivity conversion icon to the toolbar. pldeveloper
For case-insensitive conversion shortcuts, see http://blog.csdn.net/itmyhome1990/article/details/41363633
You can add the case-insensitive conversion icon to the toolbar using the following methods:
Steps:
Tools --> Preferences --> User Interface --> Toolbar --> Add Selection Uppercase and Selection Lowercase
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.