I create external job to create one zip file. The bash file i use for the job as
#!/bin/bash
cd /temp
zip export_Table.csv.zip export_Table.csv
i run the job as joe user, the owner of export_Table.csv.zip file after creating is nobody user insteal of oracle user if i run with sys user. I really don't know the reason. Anyboby explain to me? how can i create the zip file has owner is oracle with normal user not sys user>
Start Free Trial