March 1, 2015

Error in invoking target 'rat_on part_on dm_on olap_on sdo_on' while installing oracle 11g

Today while i was browsing on OTN i found a thread related to oracle 11gR2 Installation , the OP faced an error like the below :-


The above error related to Space On Temp File system all you have to do make sure that there is enough space on temp ( tmp ) or use the below command :-


export TMP=/u01/Foldername
export TMPDIR=/u01/Foldername

Try again now.It should resolve the error

No comments:

Post a Comment

How to Patch Oracle 19c to Release 19.29 – A Complete Step-by-Step Blog

  How to Patch Oracle 19c to Release 19.29 – A Complete Step-by-Step Blog   Introduction I recently had to patch one of my Oracle 19c ...