Re: Inserire codice nella tesi

#68693
OldClaudio
Partecipante
    Up
    0
    Down
    ::


    Devi solo usare l’ambiente verbatim, senza bisogno di chiamare nessun pacchetto esterno.
    `
    \begin{verbatim}
    lsnrctl start
    export ORACLE_SID=PROD
    sqlplus “/ as sysdba”
    > startup nomount;
    > alter database mount standby database;
    exit
    export ORACLE_SID=PROD32
    sqlplus “/ as sysdba”
    > startup nomount;
    > alter database mount standby database;
    \end{verbatim}
    `

    Go to top