Emulation of bands oracle.disksbt permanent parms problem

Hello

I learn and play with the concepts of rman for backup and recovery.

Without a real band, I found that I can imitate one using the oracle.disksbt tape library.
I have configured the use of this library and settings permanently using this command rman associated:
configure channel device type sbt parms="SBT_LIBRARY=oracle.disksbt, ENV=(BACKUP_DIR=/backup/ocp1/tape)";
I saw, too, that I can put it with EM DB Console in field of Media Management of the vendor library settings backup settings.
On this page, when I press the button Test tape backup , it reports that it is successful. Fine.

With RMAN console, all of these commands work as expected with the new default setting for the sbt tape library:
backup device type sbt database;
delete obsolete device type sbt;
crosscheck backup;
backup device type sbt incremental level 0 database;
But, when I try this, it does not work:
RMAN> run { allocate channel c1 type sbt; }

using target database control file instead of recovery catalog
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on c1 channel at 09/28/2012 08:59:39
ORA-19554: error allocating device, device type: SBT_TAPE, device name: 
ORA-27211: Failed to load Media Management Library
Additional information: 2
The same command using the device type disk seems to work, it shows the syntax seems good.
RMAN> run { allocate channel c1 type disk; }

using target database control file instead of recovery catalog
allocated channel: c1
channel c1: SID=154 device type=DISK
released channel: c1
On the other side, it works when I specify the same command with explicit params:
RMAN> run { allocate channel c1 type sbt parms="SBT_LIBRARY=oracle.disksbt, ENV=(BACKUP_DIR=/backup/ocp1/tape)"; }

using target database control file instead of recovery catalog
allocated channel: c1
channel c1: SID=158 device type=SBT_TAPE
channel c1: WARNING: Oracle Test Disk API
released channel: c1
What am I missing or forget or simply, not quite understanding?

RMAN parameters:
RMAN> show all;

RMAN configuration parameters for database with db_unique_name OCP1 are:
CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
CONFIGURE CONTROLFILE AUTOBACKUP OFF; # default
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE SBT_TAPE TO '%F'; # default
CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
CONFIGURE DEVICE TYPE SBT_TAPE PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
CONFIGURE CHANNEL DEVICE TYPE 'SBT_TAPE' PARMS  "SBT_LIBRARY=oracle.disksbt, ENV=(BACKUP_DIR=/backup/ocp1/tape)";
CONFIGURE MAXSETSIZE TO UNLIMITED; # default
CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default
CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/snapcf_ocp1.f'; # default
DB version: 11.2.0.3
Oracle Linux Version: 6.3

Thank you
Bruno

Published by: blavoie on Sep 28, 2012 06:08

channel parameters specified with CONFIGURE are loaded only when the automatic distribution channel allows
Look at the Sub test:

configure channel device type disk format '/tmp/%U';
configure default device type to disk;

now, run:

run
{
  backup current controlfile;
}

controlfile will be saved in the directory/tmp

now, run:

run
{
  allocate channel c1 device type disk;
  backup current controlfile;
}

controlfile will be saved in $ORACLE_HOME/dbs or FRA because there is no responsible format specifier

Tags: Database

Similar Questions

  • Driver ODBC - Oracle to PostgreSql dblink problem

    Hello Experts!

    I tried everything (including the Questions answered) and nothing seems to work.

    • Library path
    echo $LD_LIBRARY_PATH
    /usr/lib64:/usr/lib:/u01/oracle/product/11.2.0.4/lib
    

    • /U01/Oracle/product/11.2.0.4/HS/Admin/initPG_LINK.ora
    HS_FDS_CONNECT_INFO = PG_LINK
    HS_FDS_TRACE_LEVEL = DEBUG
    HS_FDS_SHAREABLE_NAME=/usr/lib64/libodbc.so.2.0.0                    
    set ODBCINI= /u00/oracle/.odbc.ini
    


    • / U00/Oracle /. ODBC.ini
    [ODBC Data Sources]
      PG_LINK = PostgreSQL
    [PG_LINK]
      Debug = 1
      CommLog = 1
      ReadOnly = no
      Driver = /usr/lib64/psqlodbc.so
      Servername = pgserver_ip
      FetchBufferSize = 99
      Username = pguser
      Password = pgpwd
      Port = 5432
      Database = pg_database
    [Default]
      Driver = /usr/lib64/libodbc.so.2.0.0
    


    • Tnsnames and listener are very good... I can reach the Oracle database without any problem.

    • The SQL query result
    SQL> select * from "table"@PG_LINK;
    select * from "table"@PG_LINK
                                 *
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [unixODBC][Driver Manager]Data source name not found, and no default driver
    specified {IM002}
    ORA-02063: preceding 2 lines from PG_LINK
    


    • Result of the trace
    ...
    ...
    hgopoer, line 231: got native error 0 and sqlstate IM002; message follows...
    [unixODBC][Driver Manager]Data source name not found, and no default driver specified {IM002}
    Exiting hgopoer, rc=0 at 2015/06/04-13:53:18
    hgocont, line 2831: calling SqlDriverConnect got sqlstate IM002
    Exiting hgocont, rc=28500 at 2015/06/04-13:53:18 with error ptr FILE:hgocont.c LINE:2851 FUNCTION:hgocont() ID:Something other than invalid authorization
    Exiting hgolgon, rc=28500 at 2015/06/04-13:53:18 with error ptr FILE:hgolgon.c LINE:806 FUNCTION:hgolgon() ID:Calling hgocont
    Entered hgoexit at 2015/06/04-13:53:18
    Exiting hgoexit, rc=0
    

    Any ideas?

    I tried several libraries and none of the work so far. Different errors for each of them (including the "SQLAllocHandle" error)

    Thank you

    Alex.

    Ed, I could just figure it out and I could actually find this solution everywhere else (thanks to Bogdan, a friend who recommended to check)

    The initPG_LINK.ora library was wrong and I dind´t had a simple way to find the right way:

    • I set the variable on my environment (there, I created a global file for odbc)
    export ODBCSYSINI=/etc
    
    • I tried to connect to the remote database to PostgreSQL with isql and it worked as well, the library was present.
    • Then, I checked on the isql libraries called< and="" this="" is="" probably="" the="" best="" way="" to="" avoid="" wasting="">
    [root@oracle ~]# which isql
    /usr/local/bin/isql
    [root@oracle ~]# ldd /usr/local/bin/isql
            linux-vdso.so.1 =>  (0x00007fffdff44000)
            libodbc.so.2 => /usr/local/lib/libodbc.so.2 (0x00007fa7ed96b000)
            libdl.so.2 => /lib64/libdl.so.2 (0x0000003184000000)
            libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003184800000)
            libc.so.6 => /lib64/libc.so.6 (0x0000003184400000)
            /lib64/ld-linux-x86-64.so.2 (0x0000003183c00000)
    
    • I added this line (/ usr/local/lob/lobodbc.so.2) in the HS file.
    • Then, I added the ENVS with LD_LIBRARY_PATH setting to the location of the library
    SID_LIST_LISTENER=
      (SID_LIST=
        (SID_DESC=
          (SID_NAME=PG_LINK)
          (ORACLE_HOME=/u01/oracle/product/11.2.0.4)
          (ENVS="LD_LIBRARY_PATH=/usr/local/lib:/usr/lib64:/usr/lib:/u01/oracle/product/11.2.0.4/lib")
          (PROGRAM=dg4odbc)
        )
      )
    

    A finally it worked!

    Thank you

    Alex.

  • Tracker camera taped permanently 'camera problems' indicates how much time left

    Tracker camera taped permanently 'camera problems' indicates how much time left

    It is for a 30 second clip shot with a DSLR hand, a little shake and some pan and works

    any ideas?

    Yes, the shots just won't solve. Try to prune the shot is shorter. 30 seconds is an eternity. I just cut a: 30 second TV spot which has 12 changes in action. The average length in a film shots went from 12 seconds in the 1930s to about 3 seconds today. A century of cinema data reveals how movies have changed

    The normal way to work on a camera track turned is to rough, cut to about the finite length of shooting more a few frames as the handles, and then make the camera tracking and insert your effects. If you really must track camera suddenly more than a few seconds, you will need to carefully plan and fire the shot, so the camera can be re-created. More so the more likely is that the software cannot be resolved for the camera. The more things that are moving down the less likely, is that you will get a good solution. For example, if you walk with a camera on a sidewalk in New York spent thirty seconds you probably will be able to solve for the camera, unless hide you all mobile people, then compose the shot until you try to solve it.

    A digital SLR that moves autour a little will also have rolling shutter problems and who gum up the shot. Blur fast movements also clogged the solution. There is no camera Tracker that can solve every time. Tracker of AE camera does a pretty good job with images carefully shot that has a lot of geometry sets in the scene when the lens used has very low distortion of the objective. Without seeing your shot, it's the best I can find. The chance whether the shot instead of a bug is very high.

  • J2C89PA #AB4: Intel Dual Band Wireless-AC 3160 bluetooth problem

    I installed my adapter wireless laptop 'Broadcom BCM43142"to"Intel Dual Band Wireless-AC 3160 ac 802.11"later confirmed that the new card is supported for repair.  The two latest drivers for Intel wireless and bluetooth are installed (18.33.0.2 and 18.1.1611.3223 respectively).

    Ca connection works perfectly well; However, the bluetooth seems to have issue here.  For matching and to maintain active the connection between the device bluetooth and laptop, I put literally right next to each other.  No matter how far more than 10cm of distance, the bluetooth device will be inactive and unusable.

    I don't have such a problem with Broadcom, which I can perform the pairing and maintain the connection active even a meter apart.

    Does anyone face the same problem before with Intel AC 3160 bluetooth?  Or is it a hardware problem with the card itself?

    Intel AC 3160 must antenna 2 (1 for the wifi and the other BT).  I managed to install the 2nd antenna and the BT problem solved.

  • Oracle Weblogic domain creation problem with Webcenter portal and the content of the products.

    Hello

    I tried to create a new domain weblogic support webcenter portal and content products. However, I got the following error on the progression of 70%:

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

    Preparing...

    Extract the contents of field...

    Creating new domain security information...

    Failed to create in the domain!

    Location of area: C:\Oracle\Middleware\user_projects\domains\base_domain

    Reason: null

    Exception:

    Traceback (innermost last):

    "< Iostream >" file, line 86, in there?

    ImportError: no module named javaos

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

    Server operating system: Windows Server 2012 R2

    FMW Version: 11.1.1.8

    Your help would be greatly appreciated.

    Thank you

    Cyrus

    Hello

    Did you add the name of your operating system (Windows Server 2012) in the javashell.py file?

    After you add the name of your os you must re-create the jython file - modules.jar.

    Use after command to generate the jar again

    jar - cvf jython - module.jar Lib META_INF (records created after extraction of the jar file)

    I have also been facing same problem, solved by above to get around.

    -Prashant

  • Oracle 11g R2 on Oracle Linux 7 loading problems

    It drives me crazy!  I use VMPlayer (6.0.4 build-2249910) to load the Oracle 7 and have no problems at all.  However, when I install Oracle 11 g R2, that's when I encounter problems (just loading software; not to create a database at the moment).  First of all, let me tell you, I'm not some process that I found on the internet several times.  There are slight differences in some of them, but essentially, I used the website below to install Oracle 11 g 2 on Oracle Linux 7:

    ORACLE-BASE - Oracle Database 11g Release 2 (11.2) Installation on Linux Oracle 7 (OL7)

    When running through the installation, I first encountered the ctx error:

    ctx.png

    I could find anything on this subject, so I continued in this way.  To learn more about this later...

    The next error I get is:

    emagent.png

    This second error was easy to be supported by the following:

    During the connection phase, you will encounter an error invoking the file 'ins_emagent.mk '. To resolve this problem, change the "$ORACLE_HOME/sysman/lib/ins_emagent.mk", do a search and replace the line below.

    FROM:

    $(MK_EMAGENT_NMECTL)

    TO  :

    $(MK_EMAGENT_NMECTL) -lnnz11

    Click 'Retry '.

    Now took care of the issue emagent.

    On the issue of CTX, I can't find anything on this at all!  I looked in the log file and found the following detail:

    INFO: mv /u01/app/oracle/product/11.2.0/bin/ctxlc /u01/app/oracle/product/11.2.0/bin/ctxlcO f

    INFO: mv ctxlc /u01/app/oracle/product/11.2.0/bin/ctxlc

    INFO: chmod 751 /u01/app/oracle/product/11.2.0/bin/ctxlc

    INFO: gcc o ctxhx-m64-L/u01/app/oracle/product/11.2.0/ctx/lib/-L/u01/app/oracle/product/11.2.0/lib/-L/u01/app/oracle/product/11.2.0/lib/stubs/ /u01/app/oracle/product/11.2.0/ctx/lib/ctxhx.o-L/u01/app/oracle/product/11.2.0/ctx/lib/ - lm-lsc_fa-lsc_ex-lsc_da-lsc_ca - lz - lctxhx-Wl,-rpath,/u01/app/oracle/product/11.2.0/ctx/lib-lsnls11-lnls11-lcore11-lsnls11-lnls11-lcore11-lsnls11-lnls11-lxml11-lcore11-lunls11-lsnls11-lnls11-lcore11-lnls11 ' cat / u01/app/oracle/product/11.2.0/lib/sysliblist

    INFO: '

    INFO: /lib64/libstdc++.so.5: refers to 'memcpy@GLIBC_2.14' the undefined

    collect2: error: ld returned 1 exit status

    NEWS: make: * [ctxhx] error 1

    INFO: End of the generated process exit.

    INFO: ----------------------------------

    INFO: Exception thrown from action: do

    Exception name: MakefileException

    Exception string: error in invoking target 'install' of makefile ' / u01/app/oracle/product/11.2.0/ctx/lib/ins_ctx.mk'. See ' / u01/app/oraInventory/logs/installActions2014-11-28_12-45-46PM.log' for details.

    The exception severity: 1

    It seems to be hung on the reference to "memcpy@GLIBC_2.14".  I found a few web references on this, but I don't think that they apply given that sites speak other Linux distributions.

    What bothers me the most about it is that I use everything which is Oracle (except VMPlayer), but I get errors that I don't think that should be the case because there is nothing else than the Oracle!

    Is there something I can add to the command 'gcc' or the make file that will get this work?

    BTW: I think that I will not use CTX with my DB, then will I get in trouble if I create a database with this error CTX?

    Thanks in advance!

    It drives me crazy!

    That's because GR 11, 2 is not certified or supported on Linux 7 (no matter what claim of third-party sites or blog-see the subheading of the blog). Only 12cR2 is http://docs.oracle.com/database/121/LADBN/toc.htm#LADBN101

    So, you can either 12cR2 (1) installation on Linux 7 by following the steps of the official installation guide or (2) downgrade your operating system Linux 5 or 6 of Linux to install 11 GR 2 (Linux 6 requires 11.2.0.3 or higher - http://docs.oracle.com/cd/E11882_01/relnotes.112/e23558/toc.htm#CHDFHIEA)

  • Starting Oracle 11 g Express problems

    First of all, sorry for my English.

    My problem is the following, after a successful Oracle installation, I double click on started with Oracle Database 11 g Express Edition and opened with Mozilla Firefox url:

    http://127.0.0.1:8080/apex/f? p = 4950

    Firefox says problem loading page.

    This is the first time I use Oracle and don't know what to do. If you can tell me a few troubleshooting steps.

    My OS is windows vista.

    Thank you very much for your help.

    Angel.

    Hello

    You can also install Linux for VirtualBox.

    Kind regards
    Jari

  • Oracle Forms &amp; reports installation problem

    Hello

    I am facing some problems when installing Oracle 11 g forms and reports. In the last step error appears that "domain creation failed" etc. some body help me. I have windows7 32 Bit

    Hello

    installed weblogic server? otherwise... then first install weblogic server and then try to install oracle forms and reports...

    for the installation, check the link below

    Install and configure Oracle Forms and Reports - 11g Release 2 (11.1.2)

    Hope this will help u.

  • Call Oracle ADF Forms - refresh problem makes it unusable!

    Hello world!

    I use JDeveloper 11.1.1.4.0 and I need to call a form of Oracle (10g of form) inside my ADF application. I did exactly what is explained in the Oracle documentation at this link

    http://www.Oracle.com/technetwork/articles/ADF/Wilfred-ADF-forms-099635.html

    and it works very well. I put the code within a region which lies in a page of tabs in my ADF application. The problem is that do EVERYTHING outside this form (tab page change, press a button,...) makes the page refresh and my form resets (in fact, this is the applet which reloads).

    How can I avoid this? Is it possible to make the form stay alive, even trigger events of the ADF? As it is now launching a form inside the ADF is completely useless.

    I posted this question also in the JDeveloper forum, but no answer then perhaps someone here can help you.

    Thanks in advance for any suggestion

    Roberto

    Shaped 11g, you can set the following parameter in the server configuration file Forms formsweb.cfg 'legacy_lifecycle = true', which will prevent the applet restart when the ADF pages are between the loading of the page. However, I don't know if it exists in the form of 10g. Give it a try.

    Thank you

    Gavin

  • CS6 AI (traditional Chinese PARM) problem on Mac OS English UI

    When I open AI CS6 (traditional Chinese) on Mac OS 10.9 English UI, PARM error appears. Can I know how can I solve the problem without changing the OS user interface in Chinese? The CS6 InDesign works completely fine, but not to HAVE. Why?

    Hi Ken,

    CS6 There does not support the full simulation of the unicode and the application should run with the same OS language as the language of the App.

    Have CC version is capable of running Chinese on English OS or any App language on language of any OS.

    Sanjay.

  • Connectivity Oracle 11 g XE problem

    Hello

    I'm trying to configure a virtual machine for testing using VMware Player.
    I'm following Oracle Database Express Edition Installation Guide® 11g Release 2 (11.2) for Linux x 86-64: http://download.oracle.com/docs/cd/E17781_01/install.112/e18802.pdf
    As described there, I installed Oracle Enterprise Linux 5 Update 2 DVD V15099-01.zip(Enterprise-R5-U2-Server-x86_64-dvd.iso).
    After that, follow the instructions in the guide and installed XE for databases... up to now, no errors or problems... the test of the local ssh session :)
    status of /etc/init.d/oracle-xe # [root@oracle11xe bin]

    LSNRCTL for Linux: Version 11.2.0.2.0 - Production on October 26, 2011 02:04:22

    Copyright (c) 1991, 2011, Oracle. All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    ------------------------
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.2.0 - Production
    Start date October 26, 2011 01:44
    Uptime 0 days 0 h 20 min 22 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Default Service XE
    Parameter Listener of the /u01/app/oracle/product/11.2.0/xe/network/admin/listener.ora file
    The listener log file /U01/app/Oracle/diag/tnslsnr/oracle11xe/listener/alert/log.XML
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = EXTPROC_FOR_XE)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=oracle11xe.localdomain) (PORT = 1521)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=oracle11xe.localdomain) (PORT = 8080)) (Presentation = HTTP)(Session=RAW))
    Summary of services...
    Service 'PLSExtProc' has 1 instance (s).
    Instance of 'PLSExtProc', status UNKNOWN, has 1 operation for this service...
    "XE" service has 1 instance (s).
    Instance "XE", State LOAN, has 1 operation for this service...
    Service 'XEXDB' has 1 instance (s).
    Instance "XE", State LOAN, has 1 operation for this service...
    The command completed successfully

    and

    sqlplus system # [root@oracle11xe bin]

    SQL * more: Production release 11.2.0.2.0 Wed Oct 26 01:51:12 2011

    Copyright (c) 1982, 2011, Oracle. All rights reserved.

    Enter the password:

    Connected to:
    Oracle Database 11 g Express Edition Release 11.2.0.2.0 - 64 bit Production

    SQL > EXEC DBMS_XDB. SETLISTENERLOCALACCESS (FALSE);

    PL/SQL procedure successfully completed.

    SQL > exit

    [root@oracle11xe ~] # telnet 192.168.1.10 1521
    192.168.1.10 by train...
    Connected to 192.168.1.10 (192.168.1.10).
    [Escape character is ' ^]'.


    But now when I try to access this VM box from my windows box, where I have ping and can open the SSH connection, I get "Unable to open connection to the host".
    I already disabled my firewall windows for the test - not good. Also SSH works on the network, so I don't think that it's a firewall or the network problem... maybe I'm missing something in the configuration of the headphones or a security setting somewhere?
    I created the screenshot http://img846.imageshack.us/img846/2931/oraissue.jpg.

    I look forward to your suggestions, because I'm out of ideas, I expected to be able to start this thing faster :)

    Kind regards
    Pavel
    turned off my windows firewall

    It is not relevant to access the virtual machine, you will need to open ports in the firewall VM host. Port 8080 too if you want to access the pages of the Apex with opening port 1521 for the listener to the database.

    $ lsnrctl status... Host = oracle11xe.localdomain...

    You have all the objectives of the listener, including the http 8080, but setting up a dhcp server is not optimal unless you have a dynamic DNS to save the VM IP to name resolution. Unless there is a back box $ ping oracle11xe or $ ping oracle11xe.localdomain of the Win box gets the correct IP address of the virtual machine.

  • With respect to oracle 10g Rac installation problem...

    Dear all,

    Please see this problem...
    ---------------------------------------------------------------------------------------------------
    [root@rac2 ~] # /etc/init.d/o2cb unloading
    [root@rac2 ~] # /etc/init.d/o2cb configure
    Configuring the O2CB driver.

    This sets up the properties on the O2CB driver starting.
    The following questions will determine if the driver is loaded on
    Boot. The current values will appear in square brackets ("[]"). Hit
    < ENTER > without typing a response will keep this current value. CTRL-C
    will stop.

    Load the driver at the start (y/n) [o] O2CB: y
    Cluster started at startup (enter 'none' to clear) [ocfs2]: ocfs2
    Specify the dead heart rate threshold (> = 7) [61]: 61
    O2CB setting up journal: OK
    Load the module 'configfs': /etc/init.d/o2cb: line 304: modprobe: command not found
    Could not load module 'configfs.
    Failed
    [root@rac2 ~] #.
    -----------------------------------------------------------------------------------------------------
    the same command work very well in my first node rac1... but in the second node rac2 does not run the same command... Please give urgent response...

    Get and install the correct RPM OCFS2 that match your kernel (or boot system using the correct kernel).

    On the LSN (Unbreakable Linux Network) this can be done by using this command:

    # up2date ocfs2-'uname - r '.

    For Red Hat download http://oss.oracle.com/projects/ocfs2/ RPM systems
    It is unlikely to occur on a SuSE distribution since the OCFS2 modules are packed inside the rotation speed of the core.

  • oracle.jbo.domain.DBSequence problem

    Hello

    I have paintings of which one is the master and the other is the secondary table. In these tables, I replaced my primary key in both tables with a type of: oracle.jbo.domain.DBSequence and the column type NUMBER and created a sequence in the table.

    When I run this application in my request module I get the following error message: Houston-26041 and a java.sql.SQLIntegrityConstraintViolationException ORA-01400 cannot insert null into (and then the name of the primary key)

    Does anyone know a solution to this problem... I prefer to use oracle.jbo.domain.DBSequence because I use it in other pages master detail as well, in those other pages, I get the same error...

    I use the version of JDeveloper 11 g (11.1.1.3.0) 1

    Thanks in advance

    you have a before insert trigger in your database?

    Maybe this will help:
    http://mjabr.WordPress.com/2011/03/11/make-sequence-number-as-default-value/

  • Oracle has possibly install problem?

    Hello
    having a problem with oracle 10g univexe after that I restarted my computer, I can't open the oracle database homepage not only, invites it the comand oracle, can't connect.
    Although I try to reinstall over the oracle and it works + my data is still there, intact.
    What seems to be the problem? Why I can not get the oracle to work after a break?

    Thanks in advance

    Hi Andre,

    I think that

    4. type, set ORACLE_HOME=C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\server\bin

    should be better

    4. type, set ORACLE_HOME=C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\server

    Kind regards
    Thierry

  • Oracle Forms / Reports port problem

    Hello

    I installed Oracle 11 GR 2 reports of forms of Oracle 11 g with Weblogic 10.3.2 on a windows 2008 R2 (64-bit) server and a server.
    Everything works fine, but I am facing a problem with the reports.

    I run the application forms report, my request is from this URL: http://ntexport2k8t1:9001/forms/frmservlet? config = test
    I am able to access report break from this URL: http://ntexport2k8t1:9002 / reports/rwservlet/showjobs?

    After running the report, the new page is: http://ntexport2k8t1:9001 / reports/rwservlet/getjobid16? Server = rep_wls_reports_ntexport2k8t1_formsreports
    But this page does not exist:
    Error 404 - not found

    If I change the port number of 9001, 9002, my PDF report is displayed correctly.

    http://ntexport2k8t1:9002 / reports/rwservlet/getjobid16? Server = rep_wls_reports_ntexport2k8t1_formsreports

    How can I redirect the output of report to the port 9001?
    I tried to change the listening port of 9001 9002 report but it does not work.

    Can someone help me?

    Thank you.
    (Sorry for my bad English).

    Thomas.

    I also thought it was IPv6 but this should be fixed in 11.1.1.3 (more I disabled IPv6 on my server).

    There are some Metalink notes with different causes of this behavior and all lead to the same solution: change the hostname with the IP address :).

    Another option might be to create an entry in the hosts file located in

    %WINDIR%\system32\drivers\etc\hosts 
    

    with the host name and ip address of your server (if it is still allowed in current versions of windows)... I didn't try, but it might work as well.

    see you soon

Maybe you are looking for