The compress activity is turned out for note server

Asked By 10 points N/A Posted on -
qa-featured

Hi,

The compress activity is turned out for note server that we owns and we got the similar bytes as back up at the time the compression is done. It has been identified by the “opt file”, in the definition of nod, availability of dissimilar combinations and the similar byte count takes place that we got all the time. So is there any suggestion why this not being compressed?

Thank you in advance for your cooperation.

SHARE
Answered By 0 points N/A #140343

The compress activity is turned out for note server

qa-featured

Hello Evelyn,

Here is a procedure that will help you enable the compression activity:

  • First you will need to upgrade to Oracle Database 11g Release 2.03.
  • And then at https://support.oracle.com, you will need to look for and then download and apply patch 13041324.
  • After that you will need to mount one or more ZFS shares on your Oracle Database server.
  • As user oracle, you will need to enable dNFS on the Oracle Database server, by doing the following:

    • Change to the $ORACLE_HOME/lib directory.
    • And then get rid of  the symbolic link libodm11.so: rm -f libodm11.so
    • After that create a new symbolic link to point to the dNFS shared library: ln -s libnfsodm11.so libodm11.so
  • Start the database.

Regards,

Nicke

Related Questions