Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
Start Oracle Database 11g XE on Windows
How to start Oracle Database 11g XE on my local Windows computer? I have installed it earlier.
✍: FYIcenter.com
If you have Oracle Database 11g XE (Express Edition) installed on your local Windows computer,
you can follow these steps to start and stop Oracle Database 11g server:
1. Run "Start > All Programs > Oracle Database 11g Express Edition > Start Database" to start Oracle Database XE service.
2. Run "Start > All Programs > Oracle Database 11g Express Edition > Run SQL Command Line" to run a test command:
SQL*Plus: Release 11.2.0.2.0 Production Copyright (c) 1982, 2014, Oracle. All rights reserved. SQL> -- Using Windows user group authentication for now SQL> CONNECT / AS SYSDBA Connected. SQL> COL PRODUCT FORMAT A35 SQL> COL VERSION FORMAT A15 SQL> COL STATUS FORMAT A15 SQL> SELECT * FROM PRODUCT_COMPONENT_VERSION; PRODUCT VERSION STATUS ----------------------------------- ----------- ---------- NLSRTL 10.2.0.2.0 Production Oracle Database 10g Express Edition 10.2.0.2.0 64bit Production PL/SQL 10.2.0.2.0 Production TNS for 64-bit Windows: 10.2.0.2.0 Production
3. Run "Start > All Programs > Oracle Database 11g Express Edition > Stop Database" to stop Oracle Database XE service.
The following picture shows you how to start and stop Oracle Database 11g XE on Windows 7:
⇒ OracleJdbcConnection.java - Oracle JDBC Connection
⇐ Install Oracle Database 11g XE for ojdbc.jar Test
2018-03-28, 1525👍, 0💬
Popular Posts:
JDK 11 jdk.internal.le.jmod is the JMOD file for JDK 11 Internal Line Editing module. JDK 11 Interna...
jlGui is a music player for the Java platform. It is based on Java Sound 1.0 (i.e. JDK 1.3+). It sup...
JDK 11 jdk.jdi.jmod is the JMOD file for JDK 11 JDI (Java Debug Interface) tool. JDK 11 JDI tool com...
The JMX technology provides the tools for building distributed, Web-based, modular and dynamic solut...
How to download and install ojdbc6.jar for Oracle 11g R2? ojdbc6.jar for Oracle 11g R2 is a Java 6, ...