ArticleDirectory
New Feature of oracle9i: ISQLPLUS
/Files/jifeng/oracle9inew special isqlplus.doc
The file content is as follows:
New Feature of oracle9i: ISQLPLUS
ISQLPLUS is a new function provided by Oracle9i and is released in the web form of sqlplus. It is designed based on a three-tier structure.Its client, middle, and server can
How to start em and isqlplus of Oracle10g in Linux:
Note: $ ORACLE_HOME is the installation path of oracle.
1. Use EM (enterprise Management)
1.1 start EM
$ ORACLE_HOME/bin/emctl start dbconsole
If the following information appears, it indicates that the service is started.
TZ set to PRC
Oracle Enterprise Manager 10g Database Control Release 10.1.0.3.0
Copyright (c) 1996,200 4 Oracle Corporation. All rights reserved.
Http://localhost.localdomain: 5500
ISQLPLUS is a new function provided by Oracle9i and is released in the web form of sqlplus. It is based on a three-tier structure.
Its client, middle, and server can be located on the same machine or on different machines. ISQLPLUS does not need to be installed separately. Access ISQLPLUS
You only need to know the address and port of the intermediate layer
Tools used to manage Oracle databases include: http: // localhost: 1158/emhttp: // localhost: 5560/isqlplus. The iSQLPLus Service must be started first.> isqlplusctl start, but when I enter http: // when localhost: 5560/isqlplus/DBA, the Login Dialog Box appears, but the login fails. No matter which account is entered, the solution is recorded as follows. This is
InLinuxInstalled onOracle
10g
In the future, we will often useIsqlplusTo executeSQLStatement. But normalIsqlplusThe logon interface only supports Logon as a common user.SysIdentity permission to perform some operations, then how can weSysIdentity to log onIsqlplusWhat about the page?
(1)SetOracleUser'sJavaEnvironment Variable:(Add a line at the bottom of the file)
[Oracle @ ocp ~] Vim. bash_profile---->Export JAVA_HOME = $ ORACLE_HOME/jdk
(2) Execute the foll
Oracle
Oracle9i new Features: Isqlplus
Last Updated:wednesday, 2004-10-27 12:04 eygle
Isqlplus is a new feature provided by Oracle9i and is a sqlplus Web-form release. is based on a three-tier structure.
Its client, middle, and server can be located on the same machine or on a different machine. Isqlplus does not require a separate installation to access
This article introduces how to solve the problem that the localhost: 5560isqlplus cannot be opened in oracle. If you encounter problems, refer to this article.
This article introduces how to solve the problem that http: // localhost: 5560/isqlplus cannot be opened in oracle. If you encounter problems, refer to this article.
This article introduces how to solve the problem that http: // localhost: 5560/isqlplus
I am going to review oracle today. oracle was previously installed. I re-installed the system and probably re-installed the system, which has an impact on it. In the service table, I found that the lister item is missing. Therefore, oracle was re-installed for the sake of insurance. The configuration is correct, but when http: // localhost: 5560/isqlplus is used, it is suddenly found that http: // localhost: 5560/
After installing Oracle 10 Gb last time, I started to try to remotely use and manage Oracle, but the road was uneven. The following are the records about starting and using EM, sqlplus, and ISQLPLUS:
First, remotely log on to the Linux server through telnet, and then start sqlplus to complete most DML operations.
1. Start sqlplus
After successful logon, enter sqlplus at the terminal prompt, as shown below:
[Oracle @ graduate ~] $ Sqlplus
SQL
1. Set Environment Variables1. Name = ORACLE_HOME value = D: \ oracle \ product \ 10.2.0 \ db_12. Name = java_home value = % ORACLE_HOME % \ JDK (java.exe in oraclecan be disabled)3. Add % java_home % \ bin to change the PATH variable value. (In fact, 2 and 3 are Java environment variables)2. Run cmd To Go To The DOS operation interface1. Run the command: D :\> cd % ORACLE_HOME % \ productname \ J2EE \ ISQLPLUS \ Application-deployments \ ISQLPLUS2. G
Once the Oracle 10g is installed on Linux , we often use isqlplus to execute SQL statements. But the normal isqlplus login interface only supports logging in as an ordinary user, and we sometimes have to use the SYS identity to perform certain operations, so how to log in as Sys What about the Isqlplus page? (1) set the Java environment variable for the Oracle us
You can easily create a general script by replacing the variables.
Code:
InsertIntoEmployees (emp_name, emp_age, emp_dept)Values(' Amp; empname',Empage,Empdept)"" Is used to add identifiers to replace variables. Note that if the column data type is character or date type, replace variables with single quotation marks.When executing the statement, ISQLPLUS will ask three replace variable location values. If you save the statement as a script, the e
in the PATH environment variable: /oracle/java/bin/the JDK path that comes with oracle
Problem
Oracle services can be started normally. When you open the WEB interfaces of OracleEM and isqlplus in a browser, the connection fails. Check the emctl status at the command prompt and enter the command emctl status dbconsole. The result fails, prompt to view oracle logs. Enter the oracle log folder, path D:/oracle/product/10.2.0/db_1/Host Name _ SID/sys
This article mainly introducesOracle 10g isqlplusUseDBA accountNext, we will introduce them one by one.
1. vi. bash_profile
Add Environment Variables
exportJAVA_HOME=$ORACLE_HOME/jdk
Save and exit.
source.bash_profile
2. Switch to the correct directory
cd$ORACLE_HOME/oc4j/j2ee/isqlplus/application-deployments/isqlplus
3. Run the JAZN shell.
$JAVA_HOME/bin/java-Djava.security
Run Oracle database EM, isqlplus, and other commands in Linux.
$ ORACLE_HOME/bin/emctl start dbconsole
$ ORACLE_HOME/bin/isqlplusctl start
Common emctl command syntax:
Emctl start dbconsole to start the EM console service. You need to set the ORACLE_SID environment variable before use.
Emctl stop dbconsole to stop the EM console service. You must set the ORACLE_SID environment variable before use.
You can use the command line tool emca to create
need to update the daily and weekly visits.
The biggest advantage of this is the convenience of ranking statistics. For example, when ranking daily visits, the selected records are only those records with the last access date on the current date, this does not cause a series of data inconsistencies during batch update operations. The same is true for weekly visits. This design idea is only proposed at the design stage. It remains to be tested by practical applications.
In addition, when
The oracle| variable makes it easy to create a generic pin local purpose by replacing a variable, and look at the following code:
INSERT into Employees (Emp_name, Emp_age, emp_dept) VALUES (' empname ', empage, empdept)
Using the "" plus identifier to represent the substitution variable, note that if the data type of the column is a character or date type, enclose the substitution variable in single quotes. When executed, Isqlplus asks for three subst
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.