Este contenido no está disponible en el idioma seleccionado.

Chapter 27. Oracle Post Installation Tasks


Important

Before you continue, make sure you followed the steps at Section 26.5, “Updating after the Oracle Universal Installer”.

27.1. Startup and Shutdown of the Oracle 10g Database

This section contains details on how to start up and shut down your Oracle Database.
Start the database:
Copy to Clipboard Toggle word wrap
oracle$ sqlplus /nolog
SQL> connect / as sysdba
SQL> startup
Shut down the database:
Copy to Clipboard Toggle word wrap
oracle$ sqlplus /nolog
SQL> connect / as sysdba
SQL> shutdown
The slash connects you to the schema owned by SYS. In the above example you will be connected to the schema owned by SYS with the privilege SYSDBA. SYSDBA gives you the following privileges:
  • sysoper privileges WITH ADMIN OPTION.
  • create database.
  • recover database until.
Volver arriba
Red Hat logoGithubredditYoutubeTwitter

Aprender

Pruebe, compre y venda

Comunidades

Acerca de la documentación de Red Hat

Ayudamos a los usuarios de Red Hat a innovar y alcanzar sus objetivos con nuestros productos y servicios con contenido en el que pueden confiar. Explore nuestras recientes actualizaciones.

Hacer que el código abierto sea más inclusivo

Red Hat se compromete a reemplazar el lenguaje problemático en nuestro código, documentación y propiedades web. Para más detalles, consulte el Blog de Red Hat.

Acerca de Red Hat

Ofrecemos soluciones reforzadas que facilitan a las empresas trabajar en plataformas y entornos, desde el centro de datos central hasta el perímetro de la red.

Theme

© 2025 Red Hat, Inc.