hi all,
SQL> select * from log where text_line like '%Starting ORACLE instance (normal)%';
TEXT_LINE
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Starting ORACLE instance (normal)
Starting ORACLE instance (normal)
Starting ORACLE instance (normal)
Starting ORACLE instance (normal)
Starting ORACLE instance (normal)
Starting ORACLE instance (normal)
Starting ORACLE instance (normal)
Starting ORACLE instance (normal)
Starting ORACLE instance (normal)
Starting ORACLE instance (normal)
Starting ORACLE instance (normal)
Starting ORACLE instance (normal)
Starting ORACLE instance (normal)
Starting ORACLE instance (normal)
14 rows selected.
I need to only select the previous line of the above output how can i do that?
thanks,
baskar.l