Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > 703d980c580707c382b4e43e25965bc5 > files > 12034

php-manual-pt_BR-5.2.4-1mdv2008.1.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>Oracle</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
TITLE="Manual do PHP"
HREF="index.html"><LINK
REL="UP"
TITLE="Referência das Funções"
HREF="funcref.html"><LINK
REL="PREVIOUS"
TITLE="openssl_x509_read"
HREF="function.openssl-x509-read.html"><LINK
REL="NEXT"
TITLE="ora_bind"
HREF="function.ora-bind.html"><META
HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=UTF-8"></HEAD
><BODY
CLASS="reference"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Manual do PHP</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="function.openssl-x509-read.html"
ACCESSKEY="P"
>Anterior</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.ora-bind.html"
ACCESSKEY="N"
>Próxima</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="reference"
><A
NAME="ref.oracle"
></A
><DIV
CLASS="TITLEPAGE"
><H1
CLASS="title"
>CXIII. Oracle</H1
><DIV
CLASS="PARTINTRO"
><A
NAME="AEN160434"
></A
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="oracle.intro"
>Introdução</A
></H1
><P
>&#13;     Essa extensão adiciona suporte ao Banco de Dados Oracle.
     Veja também a extensão <A
HREF="ref.oci8.html"
>OCI8</A
>.
    </P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="oracle.installation"
>Instalação</A
></H1
><P
>&#13;  Você tem que compilar o PHP com a oppção
  <CODE
CLASS="option"
>--with-oracle[=DIR]</CODE
>, onde DIR é a variável de ambiente
  ORACLE_HOME.
 </P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="oracle.constants"
>Constantes pré-definidas</A
></H1
><P
>&#13;As contantes abaixo são definidas por esta extensão e somente
 estarão disponíveis quando a extensão foi compilada com o PHP
 ou carregada dinamicamente durante a execução.
</P
><P
></P
><DIV
CLASS="variablelist"
><DL
><DT
><TT
CLASS="constant"
><B
>ORA_BIND_INOUT</B
></TT
> 
    (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)</DT
><DD
><P
>&#13;     
    </P
></DD
><DT
><TT
CLASS="constant"
><B
>ORA_BIND_IN</B
></TT
> 
    (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)</DT
><DD
><P
>&#13;     
    </P
></DD
><DT
><TT
CLASS="constant"
><B
>ORA_BIND_OUT</B
></TT
> 
    (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)</DT
><DD
><P
>&#13;     
    </P
></DD
><DT
><TT
CLASS="constant"
><B
>ORA_FETCHINTO_ASSOC</B
></TT
> 
    (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)</DT
><DD
><P
>&#13;     
    </P
></DD
><DT
><TT
CLASS="constant"
><B
>ORA_FETCHINTO_NULLS</B
></TT
> 
    (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)</DT
><DD
><P
>&#13;     
    </P
></DD
></DL
></DIV
></DIV
></DIV
><DIV
CLASS="TOC"
><DL
><DT
><B
>Índice</B
></DT
><DT
><A
HREF="function.ora-bind.html"
>ora_bind</A
>&nbsp;--&nbsp;Passa uma variável PHP para um parâmetro do Oracle</DT
><DT
><A
HREF="function.ora-close.html"
>ora_close</A
>&nbsp;--&nbsp;Fecha um cursor Oracle</DT
><DT
><A
HREF="function.ora-columnname.html"
>ora_columnname</A
>&nbsp;--&nbsp;Pega o nome de uma coluna do Oracle</DT
><DT
><A
HREF="function.ora-columnsize.html"
>ora_columnsize</A
>&nbsp;--&nbsp;Retorna o tamanho de uma coluna no Oracle</DT
><DT
><A
HREF="function.ora-columntype.html"
>ora_columntype</A
>&nbsp;--&nbsp;Pega o tipo de uma coluna no Oracle</DT
><DT
><A
HREF="function.ora-commit.html"
>ora_commit</A
>&nbsp;--&nbsp;Valida uma transação Oracle.
</DT
><DT
><A
HREF="function.ora-commitoff.html"
>ora_commitoff</A
>&nbsp;--&nbsp;Desabilita automaticamente o commit</DT
><DT
><A
HREF="function.ora-commiton.html"
>ora_commiton</A
>&nbsp;--&nbsp;Habilita automaticamente o commit</DT
><DT
><A
HREF="function.ora-do.html"
>ora_do</A
>&nbsp;--&nbsp;Combinação das funções Parse, Exec, Fetch</DT
><DT
><A
HREF="function.ora-error.html"
>ora_error</A
>&nbsp;--&nbsp;Retorna uma mensagem de erro do Oracle</DT
><DT
><A
HREF="function.ora-errorcode.html"
>ora_errorcode</A
>&nbsp;--&nbsp;Retorna um código de erro do Oracle</DT
><DT
><A
HREF="function.ora-exec.html"
>ora_exec</A
>&nbsp;--&nbsp;Executa um bloco de comando ou um cursor Oracle</DT
><DT
><A
HREF="function.ora-fetch-into.html"
>ora_fetch_into</A
>&nbsp;--&nbsp;Retorna linhas de dados especificados em array</DT
><DT
><A
HREF="function.ora-fetch.html"
>ora_fetch</A
>&nbsp;--&nbsp;Retorna linha de dados de um cursor</DT
><DT
><A
HREF="function.ora-getcolumn.html"
>ora_getcolumn</A
>&nbsp;--&nbsp;Retorna dados de uma coluna selecionada</DT
><DT
><A
HREF="function.ora-logoff.html"
>ora_logoff</A
>&nbsp;--&nbsp;Fecha uma conexão com o Oracle</DT
><DT
><A
HREF="function.ora-logon.html"
>ora_logon</A
>&nbsp;--&nbsp;Abre uma conexão com o Oracle</DT
><DT
><A
HREF="function.ora-numcols.html"
>ora_numcols</A
>&nbsp;--&nbsp;Retorna o número de colunas</DT
><DT
><A
HREF="function.ora-numrows.html"
>ora_numrows</A
>&nbsp;--&nbsp;Retorna o número de linhas</DT
><DT
><A
HREF="function.ora-open.html"
>ora_open</A
>&nbsp;--&nbsp;Abre um Cursor no Oracle</DT
><DT
><A
HREF="function.ora-parse.html"
>ora_parse</A
>&nbsp;--&nbsp;Verifica um bloco de comando SQL com o Oracle</DT
><DT
><A
HREF="function.ora-plogon.html"
>ora_plogon</A
>&nbsp;--&nbsp;
     Abre uma conexão persistente com o Oracle
    </DT
><DT
><A
HREF="function.ora-rollback.html"
>ora_rollback</A
>&nbsp;--&nbsp;Desfaz uma transação</DT
></DL
></DIV
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="function.openssl-x509-read.html"
ACCESSKEY="P"
>Anterior</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Principal</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="function.ora-bind.html"
ACCESSKEY="N"
>Próxima</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>openssl_x509_read</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="funcref.html"
ACCESSKEY="U"
>Acima</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>ora_bind</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>