Combining the nohup and & solutions from previous posts is the way I tend to do it. If you do this, you may want to redirect any output to a log file (default is nohup.out)

e.g.

nohup sqlplus system/manager @test.sql &