Oracle B25-317-01 Manual de usuario Pagina 12

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 94
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 11
Testing the Oracle Database XE Installation
2-2 Oracle Database Express Edition 2 Day Plus PHP Developer Guide Beta Draft
http://www.oracle.com/technology/tech/php/zendcore/index.html
2.
To the right of the "Zend Core for Oracle" Web page, click the Free Download
image:
3. Save the downloaded file in a temporary directory, such as /tmp.
Testing the Oracle Database XE Installation
1. The PHP application connects to the database as the HR user. You may need to
execute the following SQL command, as a user with DBA privileges:
alter user hr account unlock identified by hr;
2. To test that Oracle Database XE is accessible, connect to the database using the
HTML DB web interface, or enter the following commands in a command
window:
export ORACLE_HOME=
export PATH=$ORACLE_HOME/bin:$PATH
sqlplus hr/hr@localhost
Terminate the SQL*Plus session by entering the exit command at the SQL
prompt:
SQL> exit
Vista de pagina 11
1 2 ... 7 8 9 10 11 12 13 14 15 16 17 ... 93 94

Comentarios a estos manuales

Sin comentarios