What's the command for nohup in Oracle

Hello, I need running the process from Oracle in backround.

Thank you for your help.

C.Abarca

Oracle do not have a "nohup" or related command. If you mean to say you want to schedule a job to run within oracle at a specific time, you need to make use of the dbms_job package. This will automate a oracle process to run
at whatever time you want to run it.