ERROR: Script failed, exit code 255

adpreclone error returning status 255 ERROR: Script failed, exit code 255


Issue:
I had error when running adpreclone appsTier for ebs run file system on r12.2.4
ERROR:
returning status 255 ERROR: Script failed, exit code 255
SOLUTION:
check the inventory on oraInst.loc.
test:
opatch lsinventory

No comments:

How to add a datafile to a bigfile tablespace in Oracle 23ai Database.

  Syntax for Bigfile Tablespace: SQL > ALTER TABLESPACE tablespace_name ADD DATAFILE SIZE 10G AUTOEXTEND ON NEXT 1G MAXSIZE UNLIMITED; Ho...