ORA-27054 error solved in two cases

Source: Internet
Author: User
In Linux, mount the storage on another aix machine to nfs in linux, and then use expdp to export data stored in the disk mounted to linux. An error is reported.

In Linux, mount the storage on another aix machine to nfs in linux, and then use expdp to export data stored in the disk mounted to linux. An error is reported.

In Linux, mount the storage on another aix machine to nfs in linux, and then use expdp to export data stored in the disk mounted to linux. An error is reported.

ORA-27054: NFS file system where the file is created or resides is not mounted with correct options

Additional information: 6

Solve access

Alter system set events '10298 trace name context forever, level 32'

You do not need to restart the database to execute this command, but it becomes invalid after the next database restart. You need to manually execute it again.

If you want to automatically execute this command after the database is restarted, run the following command:

SQL> alter system set event = '2014 trace name context forever, level 32 'scope = spfile;

--------------------------------------------------------------------------------

Installing Oracle 12C in Linux-6-64

Install Oracle 11gR2 (x64) in CentOS 6.4)

Steps for installing Oracle 11gR2 in vmwarevm

Install Oracle 11g XE R2 In Debian

--------------------------------------------------------------------------------

------------------------------- Another example -------------------------------

Today in the virtual machine environment experiment, when changing the RAC environment to flashback on, reported a ORA-27054 error, the error code is as follows:

Errors in file/u01/app/oracle/admin/racdb/udump/racdb2_ora_25551.trc:
ORA-38701: Flashback database log 2 seq 1 thread 2: "/u01/flashback/RACDB/flashback/o1_mf _ % u _. flb"
ORA-27054: NFS file system where the file is created or resides is not mounted with correct options

From the error description, we can see that the flashback directory is implemented through the nfs file system. When the system mounts nfs, the incorrect parameter option is used, resulting in an oracle error. Check online information and solve the problem through document 359515.1. Some content is as follows:

RAC

In the table below

Binaries is the shared mount points where the Oracle Home and CRS_HOME is installed.

  • Datafiles shortdes Online Logs, Controlfile and Datafiles
  • Operating System

    Mount options for BinariesMount options for Oracle DatafilesMount options for CRS Voting Disk and OCR

    Sun Solaris *

    Rw, bg, hard, nointr, rsize = 32768,
    Wsize = 32768, proto = tcp,
    Noac, vers = 3, suid

    Rw, bg, hard, nointr, rsize = 32768,
    Wsize = 32768, proto = tcp, noac,
    Forcedirectio, vers = 3, suidrw, bg, hard, nointr, rsize = 32768,
    Wsize = 32768, proto = tcp, vers = 3,
    Noac, forcedirectio

    AIX (5L )**

    Rw, bg, hard, nointr, rsize = 32768,
    Wsize = 32768, proto = tcp, vers = 3,
    Timeo = 600.

    Cio, rw, bg, hard, nointr, rsize = 32768,
    Wsize = 32768, proto = tcp, noac,
    Vers = 3, timeo = 600

    Cio, rw, bg, hard, intr, and rsize = 32768,
    Wsize = 32768, tcp, noac,
    Vers = 3, timeo = 600

    HPUX 11.23 ***-rw, bg, vers = 3, proto = tcp, noac,
    Hard, nointr, timeo = 600,
    Rsize = 32768, wsize = 32768, suidrw, bg, vers = 3, proto = tcp, noac,
    Forcedirectio, hard, nointr, timeo = 600,
    Rsize = 32768, wsize = 32768, suidrw, bg, vers = 3, proto = tcp, noac,
    Forcedirectio, hard, nointr, timeo = 600
    , Rsize = 32768, wsize = 32768, suid

    Linux x86
    #

    Rw, bg, hard, nointr, rsize = 32768,
    Wsize = 32768, tcp, vers = 3,
    Timeo = 600, actimeo = 0

    Rw, bg, hard, nointr, rsize = 32768,
    Wsize = 32768, tcp, actimeo = 0,
    Vers = 3, timeo = 600

    Rw, bg, hard, nointr, rsize = 32768,
    Wsize = 32768, tcp, noac, vers = 3,
    Timeo = 600.

    Linux x86-64 # rw, bg, hard, nointr, rsize = 32768,
    Wsize = 32768, tcp, vers = 3,
    Timeo = 600, actimeo = 0rw, bg, hard, nointr, rsize = 32768,
    Wsize = 32768, tcp, actimeo = 0,
    Vers = 3, timeo = 600rw, bg, hard, nointr, rsize = 32768,
    Wsize = 32768, tcp, vers = 3,
    Timeo = 600, noac

    Linux-Itaniumrw, bg, hard, nointr, rsize = 32768,
    Wsize = 32768, tcp, vers = 3,
    Timeo = 600, actimeo = 0rw, bg, hard, nointr, rsize = 32768,
    Wsize = 32768, tcp, actimeo = 0,
    Vers = 3, timeo = 600rw, bg, hard, nointr, rsize = 32768,
    Wsize = 32768, tcp, noac, vers = 3,
    Timeo = 600.

    * NFS mount option "forcedirectio" is required on Solaris platforms when mounting the OCR/CRS files when using Oracle 10.1.0.4 or 10.2.0.2 or later (Oracle unpublished bug 4466428)
    ** AIX is only supported with NAS on AIX 5.3 TL04 and higher with Oracle 10.2.0.1 and later (NetApp)
    * ** NAS devices are only supported with HPUX 11.23 or higher ONLY

    # These mount options are for Linux kernels 2.6 and above for older kernels please check Note 279393.1

    Due to Unpublished bug 5856342, it is necessary to use the following init. ora parameter when using NAS
    With all versions of RAC on Linux (x86 & X86-64 platforms) until 10.2.0.4. This bug is fixed and pinned in 10.2.0.4 patchset.
    Filesystemio_options = DIRECTIO

    Single Instance

    Operating System

    Mount options for BinariesMount options for Oracle Datafiles

    Sun Solaris *
    (8, 9, 10)

    Rw, bg, hard, rsize = 32768,
    Wsize = 32768, vers = 3, nointr,
    Proto = tcp, suid

    Rw, bg, hard, rsize = 32768,
    Wsize = 32768, vers = 3, [forcedirectio or llock],
    Nointr, proto = tcp, suid

    AIX (5L )**

    Rw, bg, hard, rsize = 32768,
    Wsize = 32768, vers = 3, intr,
    Timeo = 600, proto = tcp

    Rw, bg, hard, rsize = 32768,
    Wsize = 32768, vers = 3, cio, intr,
    Timeo = 600, proto = tcp

    HPUX 11.23 **** rw, bg, hard, rsize = 32768,
    Wsize = 32768, vers = 3, nointr,
    Timeo = 600, proto = tcp, suidrw, bg, hard, rsize = 32768,
    Wsize = 32768, vers = 3, nointr,
    Timeo = 600, proto = tcp, suid

    Linux x86
    # Rw, bg, hard, rsize = 32768,
    Wsize = 32768, vers = 3, nointr,
    Timeo = 600, tcprw, bg, hard, rsize = 32768,
    Wsize = 32768, vers = 3, nointr,
    Timeo = 600, tcp, actime = 0 *

    Linux x86-64 # rw, bg, hard, rsize = 32768,
    Wsize = 32768, vers = 3, nointr,
    Timeo = 600, tcprw, bg, hard, rsize = 32768,
    Wsize = 32768, vers = 3, nointr,
    Timeo = 600, tcp, actime = 0 *

    Linux-Itaniumrw, bg, hard, rsize = 32768,
    Wsize = 32768, vers = 3, nointr,
    Timeo = 600, tcprw, bg, hard, rsize = 32768,
    Wsize = 32768, vers = 3, nointr,
    Timeo = 600, tcp

    * Actime = 0 or noac can be used

    Modify the mount parameter as follows:

    Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.