Ce contenu n'est pas disponible dans la langue sélectionnée.

27.2. Shutdown of other Oracle 10g Background Processes


If you installed a pre-configured database using OUI, then several Oracle background processes are now running on your server. Execute the following command to see the background processes:
ps -ef
Copy to Clipboard Toggle word wrap
To shutdown the Oracle background processes after an Oracle Database 10g installation, you can execute the following commands:
  • iSQL*Plus
    To stop iSQL*Plus, run:
    su - oracle
    isqlplusctl stop
    Copy to Clipboard Toggle word wrap
  • Database Management Processes
    During the installation of Oracle 10g, OUI offered two Database Management Options:
    If you selected "Database Control for Database Management", then the Oracle Enterprise Manager Database Control (Database Control) can be shutdown with the following command which stops both the agent and the Oracle Containers for Java (OC4J) management service:
    su - oracle
    emctl stop dbconsole
    Copy to Clipboard Toggle word wrap
    If you selected "Grid Control for Database Management" which is used for full "Grid Control" installations, then the Oracle Management Agent (standalone agent) for the Oracle Enterprise Manager Grid Control (Grid Control) can be stopped with the following command:
    su - oracle
    emctl stop agent
    Copy to Clipboard Toggle word wrap
  • Oracle Net Listener
    To stop the listener, run:
    su - oracle
    lsnrctl stop
    Copy to Clipboard Toggle word wrap
  • Cluster Synchronization Services (CSS)
    To shutdown Oracle Cluster Synchronization Services (CSS) daemon, run:
    su - root
    /etc/rc.d/init.d/init.cssd stop
    Copy to Clipboard Toggle word wrap
Retour au début
Red Hat logoGithubredditYoutubeTwitter

Apprendre

Essayez, achetez et vendez

Communautés

À propos de la documentation Red Hat

Nous aidons les utilisateurs de Red Hat à innover et à atteindre leurs objectifs grâce à nos produits et services avec un contenu auquel ils peuvent faire confiance. Découvrez nos récentes mises à jour.

Rendre l’open source plus inclusif

Red Hat s'engage à remplacer le langage problématique dans notre code, notre documentation et nos propriétés Web. Pour plus de détails, consultez le Blog Red Hat.

À propos de Red Hat

Nous proposons des solutions renforcées qui facilitent le travail des entreprises sur plusieurs plates-formes et environnements, du centre de données central à la périphérie du réseau.

Theme

© 2025 Red Hat