Oracle is the name of the manufacturer and the name of the database product. such as Sybase's Sybase database. and Microsoft's database product is called SQL Server.PL/SQL is the name of an Oracle database that is used by the language. Microsoft's SQL Server is called T, you can think of his own SQL language "nickname"
means.The same query, using the Sqlplus method, is as follows:As you can see, the query statement executed successfully.To determine whether this is a PL/SQL developer bug, did not have time to fine-grained analysis, the first use of sqlplus execution script.So the operation is as follows:20 minutes later, 40 million
path and tns_admin environment variables)For Nls_lang environment variables, it is best to set to the same as the database side, first query the character set information from the database side:Sql> Select Userenv (' language ') Nls_lang from dual;Nls_lang----------------------------------------------------Simplified Chinese_china. Zhs16gbkRight-click My Computer-Properties-advanced-environment variables-system environment variables:1> Select "Path"-
Tags: window8 64-bit + Oracle1) Install Oracle 12c 64-bit2) Installing the 32-bit Oracle Client (INSTANTCLIENT-BASIC-NT-12.1.0.1.0.ZIP)Download Instantclient-basic-win32-11.2.0.1.0.zip, must be the Win32 version, the Oracle official website downloads, unzip it to the Oracle installation directory under product: D:\oracle\product\ Instantclient_12_1.Copy Network\admin\tnsnames.ora This file into the D:\oracle\product\instantclient_12_1 directory3) Install PL/
There are several versions of Project Databases installed in the machine. I want to know what the New and Old database structures are like. I searched several gadgets on the Internet. Either oracle is not supported, or the functions are too weak. Only tables can be compared, and views, processes, triggers, and so on are not supported. Being depressed, suddenly, a big fairy post caught my eye -- use PLSQL developer, tools-compare user objects! I will i
Label:To quickly use PL/SQL developer for Oracle database-related development, summarize some of the more frequently used tips below, from the network and your own tests 1. Switch schema --switch SchemaAlter session set current_schema= PO; --get Current Context informationSelectSys_context ('USERENV','Current_User') Current_User, Sys_context ('USERENV','Current_schema') Current_schema fromDual 2. PL/
PL/SQL Developer's experience in connecting to Oaracle11g64-bit System in 64-bit Windows 7, download from Windows 7
PL/SQL Developer's experience in connecting to Oaracle11g64-bit System in 64-bit Windows 7I. Problem phenomena and SolutionsSymptom:1. PL/SQL cannot log on to the 64-bit Database2. Enter Chinese in PL/SQL
PL/SQL _ Developer import official documents, pldeveloper
Original Works are from the blog of "Deep Blue blog". You are welcome to reprint them. Please note the following source when reprinting them. Otherwise, you will be held legally liable for copyright.
Deep Blue blog: http://blog.csdn.net/huangyanlong/article/details/44974619
Add "official documentation" for PL/
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/SQL
them by the last update time. Run the following statement: SELECT * from sys.objects where type in (' U ', ' V ', ' P ') Order by modify_dateThis statement identifies all the user tables, views, and stored procedures in the database and sorts them by time, so that you can see others recently added and modified those database objects. Sys.objects does not contain triggers, and triggers are in sys.triggers. There are similar sys.tables,sys.views and so
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
Recently, because of the job needs, the boss asked the Oracle database on the server to migrate data to another server, I am not very familiar with Oracle, the migration of the database This is a matter of time spent, but also on the internet to inquire a lot of information. All kinds of moves are exhausted or not successfully migrated.Finally, the spirit of the dead horse as a live horse doctor, the Oracle SQL De
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 Developer installation path
Original
Pl/sql DEVELOPER 6 Session Management
Pl/sql DEVELOPER 6 has excellent session management capabilities, and can perform all common session management functions, including:
Query Session list information
End Session
Session tracking
Exporting sessi
Label:s = SELECT t.* from t
w = WHERE
b = between and
l = '% '
o = ORDER by
INSW = in (SELECT a From a where a)
SW = Select t.* from t WHERE t
sc* = Select COUNT (*) from t
st = Select t.* , T.rowid from t
f = for update
u = Update t SET t. WHERE t
1. Save the above contents as Shortcuts.txt, copy to the X:\Program files\plsql developer\plugins directory
installation of weapons is a top priority. There are four modules in the system: Fleet information Management, warship information management, military officer information management, weapon information management. At the same time in the four systems to be inserted, query, change and other changes. Based on these analysis, the data flow chart is drawn out, the dictionary is written out, and the corresponding CDM,LDMandPDM are drawn using Power Desig
are four modules: Fleet information Management, warship information management, military officer information management, weapon information management, and in the four systems to be inserted, query, modify and other changes. Based on these analyses, the data flow chart is drawn out, the dictionary is written out, and the corresponding CDM,LDM,and PDM are drawn using Power Designer . Create a table space, create a user, assign permissions, create a us
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
1. Object Query:The object query technology has already been involved many times before, for example, the following example:String hql = "from user ";List list = session. createquery (hql). List ();The code above is executed to query all the data corresponding to the user object, encapsulate the data into the user object, and put it in the list to return. It should be noted that there is a judgment on the i
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.