Re: Inserire codice nella tesi

#68698
Up
0
Down
::


Ho fatto così:
`
\lstset{numbers=left, numberstyle=\tiny,}
\lstset{backgroundcolor=\color{lightgray}}
\begin{lstlisting}
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{lstlisting}
`
ma il risultato non è il massimo 🙁

[attachment=129]Ris.jpg[/attachment]

Attachments:
You must be logged in to view attached files.

Go to top