Does not work EXP EXPDP works in 11g

I tried to export a table with exp in 11g and it will not be exported to the table. Then I tried to export the table using data pump and it does not export the table. Are there situations that usually back the correct obecjts to 11g exp?


SQL > select * from v version $;

BANNER
--------------------------------------------------------------------------------
Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production
PL/SQL Release 11.2.0.1.0 - Production
CORE 11.2.0.1.0 Production
AMT for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production
NLSRTL Version 11.2.0.1.0 - Production

SQL > desc momentum.mf_apas_frm_ln
Name Null? Type
----------------------------------------- -------- ----------------------------
UIDY NOT NULL VARCHAR2 (75)
ASET_NUM VARCHAR2 (30)
ASET_TYP VARCHAR2 (10)
BTMT_NUM_CH CHAR (5)
DSCR VARCHAR2 (255)
ENTP_LNUM_CH CHAR (5)
LNUM_CH CHAR (5)
DATE OF OPLK
PARN_OF_LINE_ID VARCHAR2 (75)
QY_CHAR CHAR (20)
STAE_OF_LINE VARCHAR2 (20)
XTRN_LNUM_CH VARCHAR2 (20)

SQL > exit
Disconnected from the database to Oracle 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production
With partitioning, OLAP, Data Mining and Real Application Testing options

k801ora@jd1su143 in/a0143/d01/backups/ufms908: exp system file = table.dmp tables = momentum.mf_apas_frm_ln

Export: Release 11.2.0.1.0 - Production on Thu Apr 1 08:16:18 2010

Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.

Password:

Connected to: Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production
With partitioning, OLAP, Data Mining and Real Application Testing options
Export in US7ASCII and AL16UTF16 NCHAR character set
Server uses WE8MSWIN1252 (possible character set conversion) character set

About to export specified tables by conventional means...
Current user has changed to PULSE
EXP-00011: MOMENTUM. MF_APAS_FRM_LN does not exist
Export completed successfully with warnings.


k801ora@jd1su143 in/a0143/d01/backups/ufms908: expdp system file = tables.dmp tables = momentum.mf_apas_frm_ln

Export: Release 11.2.0.1.0 - Production on Thu Apr 1 08:16:28 2010

Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
Password:

Connected to: Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production
With partitioning, OLAP, Data Mining and Real Application Testing options
Legacy mode Active due the following parameters:
Legacy Mode parameter: "file = tables.dmp" place: command, replaced by line: "dumpfile = DPUMP_DIR_908:tables.dmp.
Directory of database object 'DPUMP_DIR_908' has been added to the specification of the file: 'tables.dmp. '
Legacy mode is set to reuse_dumpfiles = true parameter.
Legacy mode is set to nologfile = true parameter.
Return of FLAME activated automatically to preserve the integrity of the database.
Start "SYSTEM". "" SYS_EXPORT_TABLE_01 ": System / * dumpfile = DPUMP_DIR_908:tables.dmp tables = momentum.mf_apas_frm_ln reuse_dumpfiles = true nologfile = true
Current estimation using BLOCKS method...
Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
Total estimation using BLOCKS method: 0 KB
Processing object type TABLE_EXPORT/TABLE/PROCACT_INSTANCE
Object type TABLE_EXPORT/TABLE/TABLE processing
Processing object type TABLE_EXPORT/TABLE/SCHOLARSHIP/OWNER_GRANT/OBJECT_GRANT
Processing object type TABLE_EXPORT/TABLE/INDEX/INDEX
Object type TABLE_EXPORT/TABLE/CONSTRAINT/treatment
Object type TABLE_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS of treatment
Object type TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS treatment
. . exported "MOMENTUM." "" MF_APAS_FRM_LN "0 KB 0 rows
Main table 'SYSTEM '. "" SYS_EXPORT_TABLE_01 "properly load/unloaded
******************************************************************************
Empty the file system set. SYS_EXPORT_TABLE_01 is:
/A0143/D01/backups/ufms908/tables.dmp
Work 'SYSTEM '. "" SYS_EXPORT_TABLE_01 "conducted at 08:17

k801ora@jd1su143 in/a0143/d01/backups/ufms908:

Hello

It's nothing new with exp with 11 GR 2, oracle allocates not any initial extensions/segments in the table at the same time to create. It allocates initial extensions/segments during the first insertion. So now when you have not all segments/extensions to export exp throw you the error.

Concerning
Anurag

Tags: Database

Similar Questions

  • controlfile autobackup does not work on 11g R2

    Hi all

    in database 11g R2 on windows and linux os (linux machine is a virtual machine), RMAN controlfile autobackup does not work. I'm this setting on IT and adding a tablespace for the database, but there is no new files backup controlfile.

    Oracle documentation, I know that if you set THE controlfile autobackup on RMAN, each structural change in the database control file is saved to automaticlly. Also in the 11g R1 version I did and saw new backup controlfile is created. (to see the new backup, I use the backup RMAN list command).

    I check in the machine 2 windows machines and different virtual linux but for 11 g r2 there is no new backup. I couldn't find anything about it in the Oracle documentation.

    will there be a new change that I don't know? I will appriciate to get answers.

    Published by: Mustafa KALAYCI on 10.Oca.2011 16:50

    I see in the GR 11, 2 backup and recovery Reference Guide, page 98, there is a paragraph as follows:

    "Beginning with Oracle 11 g Release 2, RMAN creates a backup file auto single covering the whole of the structural changes that took place within minutes of each other rather than create a new backup of the controlfile on each structural change to the database."

    I checked all my databases again, and there is now a backup of contolfile for each of them. It seems that there is now a delay of a few minutes for the backup of the controlfile. Can you watch it again to see if you can see them on your databases?

  • WITH the Clause does not work in 11g

    Hi all

    I run this query via PL/SQL developer in 11g, but it shows no data to me.

    with aquery as (c1, c2 from t1 select where c2 = 20130101) select * from aquery.

    However, when I run only the SELECT, and then it retrieves the output.

    Select c1, c2 from t1 where c2 = 20130101

    The db user privileges both CREATE MV and CREATE Table in this database.

    Thank you.

    I have no developer PL/SQL, but I do not have 11.2.0.4, and your query works for me in sqlplus and SQL Developer, the problem is with PL/SQL Developer, or maybe a transient network issue any.  You simply get an error any or all not the lines selected?

    John

  • Gurus: PARALLEL index does NOT work in 11g. Any suggestions

    SQL stmt:

    SELECT / * + PARALLEL (r) * /.

    r.C1, r.c2

    From table1 r

    -> Table 1 has 44 million records.

    -> Explain plan shows FULL TABLE SCAN

    Hello

    You can post the steps that you run on your DB (from sqlplus)?

    It's my DB:

    SQL > show parameter parallel_instance_group;

    VALUE OF TYPE NAME

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

    parallel_instance_group string ora1

    SQL > show parameter instance_groups;

    VALUE OF TYPE NAME

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

    instance_groups string

    SQL > explain plan for select / * + parallel (r) * / table1 object_id r;

    He explained.

    SQL > select * from table (dbms_xplan.display ());

    PLAN_TABLE_OUTPUT

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

    Hash value of plan: 963482612

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

    | ID | Operation | Name | Lines | Bytes | Cost (% CPU). Time |

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

    |   0 | SELECT STATEMENT |        | 61519 |   781K |   283 (1) | 00:00:04 |

    |   1.  TABLE ACCESS FULL | TABLE1. 61519 |   781K |   283 (1) | 00:00:04 |

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

    Note

    -----

    PLAN_TABLE_OUTPUT

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

    -dynamic sample used for this survey (level = 2)

    12 selected lines.

    SQL > alter session set parallel_instance_group = ";

    Modified session.

    SQL > explain plan for select / * + parallel (r) * / table1 object_id r;

    He explained.

    SQL > select * from table (dbms_xplan.display ());

    PLAN_TABLE_OUTPUT

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

    Hash value of plan: 1574891232

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

    | ID | Operation | Name | Lines | Bytes | Cost (% CPU). Time |    TQ | IN-OUT | PQ Distrib.

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

    |   0 | SELECT STATEMENT |          | 61519 |   781K |   283 (1) | 00:00:04 |        |      |            |

    |   1.  COORDINATOR OF PX |          |       |       |            |          |        |      |            |

    |   2.   PX SEND QC (RANDOM). : TQ10000 | 61519 |   781K |   283 (1) | 00:00:04 |  Q1 00 | P-> S | QC (RAND) |

    |   3.    ITERATOR BLOCK PX |          | 61519 |   781K |   283 (1) | 00:00:04 |  Q1 00 | ISSUE |            |

    |   4.     TABLE ACCESS FULL | TABLE1. 61519 |   781K |   283 (1) | 00:00:04 |  Q1 00 | SVCP |            |

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

    PLAN_TABLE_OUTPUT

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

    Note

    -----

    -dynamic sample used for this survey (level = 2)

    15 selected lines.

    SQL >

    Kind regards

    Ivica

    Post edited by: Ivica Arsov

  • Scheduler quartz 1.6 does not work after migration application Java of 10g and 11g

    I used the Task Scheduler quartz 1.6 with Java application built in technology from 10g to Oracle using Jdeveloper 10 g as IDE.

    The application works fine with the mentioned technology. But after the migration of the application of technology 11g quartz scheduler does not work anymore. The Weblogic Server allows you to deploy this technology migrated is Weblogic server 10.3

    Finally, the issue is resolved.

    The problem is resolved after you delete the following jar files in my view-controller project: Api .jar-Trinity and the Trinity - impl.jar

  • Satellite L450D - 11G - keyboard does not work

    Yesterday my laptop had bad start up and when he did, saying driver error.

    Today I tried it and it turns on but the keyboard does not work.
    Any suggestions?

    >... it says driver error.
    Just or is driver error may be written which driver exactly?
    Start your laptop in SafeMode (F8 at startup) and check if the same keyboard problem occurs again.

    Be so kind and post comments.

  • Backup DataPump when demand through crontab does not work!

    Hi Master,
    I had a script to save the export. I've changed to keep datapump backup instead of the export of conventinal. And since then, the cron job has stopped running.

    The oriiginal script was:

    #! / bin/bash
    CD/opt/ora10gr2
    . . Profile
    / backup/oracle10g/EBACKUP/scripts/daily_run CD.
    kdat = 'date + %d '.
    kmon = 'date + %b.
    While read i
    do
    Touch /backup/oracle10g/EBACKUP/db/daily_backup/logs/exp_log\_$kdat\_$kmon.log
    echo 'start time' $i > > /backup/oracle10g/EBACKUP/db/daily_backup/logs/exp_log\_$kdat\_$kmon.log
    Date of > > /backup/oracle10g/EBACKUP/db/daily_backup/logs/exp_log\_$kdat\_$kmon.log
    exp system/manager@$i file='/backup/oracle10g/EBACKUP/db/daily_backup/dumps/'$i\_$kdat\_$kmon'.dmp' log=/backup/oracle10g/EBACKUP/db/daily_backup/logs/$i\_$kdat\_$kmon'.log'= direct owner = sysadm statistics = none
    'save successfully done for' echo $i > > /backup/oracle10g/EBACKUP/db/daily_backup/logs/exp_log\_$kdat\_$kmon.log
    echo "end time" $i > > /backup/oracle10g/EBACKUP/db/daily_backup/logs/exp_log\_$kdat\_$kmon.log
    compress ' / backup/oracle10g/EBACKUP/db/daily_backup/dumps/'$i\_$kdat\_$kmon'.dmp'
    Date of > > /backup/oracle10g/EBACKUP/db/daily_backup/logs/exp_log\_$kdat\_$kmon.log
    fact </backup/oracle10g/EBACKUP/scripts/daily_run/list_DB

    The names of the databases are stored in a list_DB file.

    After modification, the script looked like:
    #! / bin/ksh
    CD/opt/ora10gr2
    . . Profile
    / backup/oracle10g/EBACKUP/scripts/daily_run CD.
    kdat = 'date + %d '.
    kmon = 'date + %b.
    While read i
    do
    Touch /backup/oracle10g/EBACKUP/db/daily_backup/logs/exp_log\_$kdat\_$kmon.log
    echo 'start time' $i > > /backup/oracle10g/EBACKUP/db/daily_backup/logs/exp_log\_$kdat\_$kmon.log
    Date of > > /backup/oracle10g/EBACKUP/db/daily_backup/logs/exp_log\_$kdat\_$kmon.log
    expdp system/manager@$i DUMPFILE=$i\_$kdat\_$kmon'.dmp' LOGFILE=$i\_$kdat\_$kmon'.log' SCHEMAS = sysadm DIRECTORY = JOB_NAME = daily_backup PARALLEL landfills = 4
    'save successfully done for' echo $i > > /backup/oracle10g/EBACKUP/db/daily_backup/logs/exp_log\_$kdat\_$kmon.log
    echo "end time" $i > > /backup/oracle10g/EBACKUP/db/daily_backup/logs/exp_log\_$kdat\_$kmon.log
    gzip ' / backup/oracle10g/EBACKUP/db/daily_backup/'$i\_$kdat\_$kmon'.dmp'
    Date of > > /backup/oracle10g/EBACKUP/db/daily_backup/logs/exp_log\_$kdat\_$kmon.log
    fact </backup/oracle10g/EBACKUP/scripts/daily_run/list_DB

    This change scripts when running standalone command line. But does not work when run through crontab.

    Any help will be much appreciated.

    Thank you
    Anoop

    Hello

    Two things I want to tell U.

    1 redirect the CRON output to the log file & check the errorlog file.
    example: -.

    43 17 * 1-4 /backup/oracle10g/EBACKUP/scripts/daily_run/exp_bkpdb_temp1.sh > /backup/oracle10g/EBACKUP/scripts/daily_run/cron_expdb.log

    2. in command line, you set all the necessary of the PATH, where he executed. But when you run the same script CRON, you must manually set the PATH in your script.
    Do the below in the command line: -.

    echo $PATH

    Add the output of the above command in your script as below & try.

    #! / bin/ksh
    export PATH =

    -Elango R

  • Bluetooth headset does not work with Windows 7 - device is detected.

    I have a Dell XPS 1530, which had Vista 32 bit running. I have recently upgraded to Windows 7 Ultimate. Ever after that the Bluetooth of DELL BH 200 headset does not work with my laptop.

    The bluetooth adapter and the device is fine since I'm able to search and find all bluetooth devices, including my helmet. However, I get a yellow exclamation on the headset under devices. The headset can be paired with other devices such as my mobile and works very well.

    I tried to update the drivers and reinstall the device and the adapter from the Device Manager. We have a similar setup on my brother's computer and it works fine.

    Another thing to watch, would be what battery is used.  I know from personal exp some devices work with Toshiba stack, vs the MSFT pile up.  Do a search and see if anyone else uses a different battery with these devices. Network systems engineer * Zvetco biometrics * Windows Server 2008 R2 * Core 2 6600 @ 3.30 GHz * 16 GIGS RAM * NVIDIA 9400GT * * > please VOTE MESSAGES ALSO USEFUL TO HELP OTHER USERS

  • Don't know why it does not work

    Hi all
    Version details :
    ----------------
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    "CORE     11.2.0.2.0     Production"
    TNS for Solaris: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production
    Select * From Dual
    Where 'A' In (Decode( 'A','A','''A'''
      ||','
      ||'''B''','C','C'));
    
    Result :
       no rows
    Select * From Dual
    Where 'C' In (Decode( 'C','A','''A'''
      ||','
      ||'''B''','C','C'));
    
    Result :
     Dummy
    ------------
       X
    Please let me know why it does not work like that...

    Problem:

    When the input is 'A' then the State must be 'A' in (' a ',' B ')
    When the entry is 'C', should be 'C' ('c')



    Thank you
    Prakash P

    Published by: prakash on 4 February 2013 22:41

    Prakash wrote:
    Thanks knani.

    Is there an other way around to achieve this.

    Thank you
    Prakash P

    Use may be able to use the CASE.

    For more help, you need to explain your problem in detail...

  • SCAN does not work

    Hello.
    I installed a Linux R2 RAC Database 11g on two nodes. First of all, I'm not familiar with SCAN so my request may sound silly.

    The problem is that when I try to connect from Windows using SCAN post it does not work. I didn't not try another station LAN (because I didn't).

    One of the nodes, I opened tnsnames.ora that contains only this:

    LABDB =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = lab - scan.home.adi)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = labdb.home.adi)
    )
    )

    If I connect from one of the nodes, it works fine:

    [oracle@node1 bin] $. / sqlplus system/salam@LABDB
    SQL * more: Production version 11.2.0.1.0 on Mon 2 Jul 08:30:22 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production
    With the partitioning, Real Application Clusters, OLAP, data mining
    and Real Application Testing options
    SQL >

    If I try to Windows, it isn't (I used exactly the same content in tnsnames.ora)

    C:\Users\a2dyxzz > sqlplus system/salam@labdb
    SQL * more: Production version 11.2.0.1.0 on Mon 2 Jul 16:02:18 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    ERROR:
    ORA-12537: TNS:connection closed
    Enter the user name:
    ERROR:
    ORA-12560: TNS:protocol adapter error

    If I edit tnsnames.ora on Windows and HOST = node1.home.adi (the host name of the node 1), it works fine.

    C:\Users\a2dyxzz > sqlplus system/salam@labdb
    SQL * more: Production version 11.2.0.1.0 on Mon 2 Jul 16:32:06 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production
    With the partitioning, Real Application Clusters, OLAP, data mining
    and Real Application Testing options
    SQL >

    After documentation, everything seems fine:

    C:\Users\a2dyxzz > nslookup lab - scan.home.adi
    Server: Poppy.home.adi
    Address: 192.168.22.10

    Name: lab - scan.home.adi
    Address: 192.168.22.152
    192.168.22.153
    192.168.22.151

    C:\Users\a2dyxzz > ping lab - scan.home.adi

    Ping lab - scan.home.adi [192.168.22.153] with 32 bytes of data:
    Reply from 192.168.22.153: bytes = 32 time = 7 ms TTL = 63
    Reply from 192.168.22.153: bytes = 32 time = 6ms TTL = 63
    Reply from 192.168.22.153: bytes = 32 time = 304ms TTL = 63
    Reply from 192.168.22.153: bytes = 32 time = 4 ms TTL = 63

    Ping statistics for 192.168.22.153:
    Packets: Sent = 4, received = 4, lost = 0 (0% loss),
    Time approximate round trip in milli-seconds:
    Minimum = 4ms, Maximum = 304ms, average = 80ms

    [grid@node1 ~] scan srvctl status $
    VIP scan1 SCAN is enabled
    VIP SCAN scan1 runs on the node node1
    VIP SCAN scan2 is enabled
    VIP SCAN scan2 runs on the node node2
    SCAN VIP Scan3 is enabled
    SCAN VIP Scan3 runs on the node node2

    [grid@node1 ~] $ srvctl status scan_listener
    LISTENER_SCAN1 listener to SCAN is enabled
    SCAN of the earpiece that listener_scan1 is running on the node node1
    LISTENER_SCAN2 listener to SCAN is enabled
    SCAN of the earpiece that listener_scan2 is running on the node node2
    LISTENER_SCAN3 listener to SCAN is enabled
    SCAN of the earpiece that listener_scan3 is running on the node node2

    [grid@node1 ~] listener srvctl status $
    Listener LISTENER is enabled
    Listener LISTENER runs on one or more nodes: ud1 UD2

    [grid@node1 ~] scan srvctl config $
    SCAN name: lab - scan.home.adi, network: 1/192.168.22.0/255.255.255.0/eth0
    SCAN VIP name: scan1, IP: /lab-scan.home.adi/192.168.22.153
    SCAN VIP name: scan2, IP: /lab-scan.home.adi/192.168.22.151
    SCAN VIP name: scan3, IP: /lab-scan.home.adi/192.168.22.152

    [grid@node1 ~] $ srvctl config scan_listener
    LISTENER_SCAN1 listener SCAN exists. Port: TCP:1521
    LISTENER_SCAN2 listener SCAN exists. Port: TCP:1521
    LISTENER_SCAN3 listener SCAN exists. Port: TCP:1521

    [grid@node1 ~] srvctl config listener $
    Name: LISTENER
    Network: 1 owner: grid
    Home page: < CRS Home >
    End points: TCP:1521

    Thank you
    Adrian

    Published by: Adrian on July 2, 2012 P 06:55

    Hello
    Please put here


    $GRID_HOME/bin/lsnrctl service LISTENER_SCAN2
    $GRID_HOME/bin/lsnrctl status LISTENER
    SQL> show parameter remote_listener
    SQL> show parameter local_listener

  • OID / AD synchronization does not work

    I am new to Oracle Fusion Middleware. I am facing a problem where synchronization between OID/AD does not work. I'm learning this process on my own. Can you please guide me on how to solve this problem. If you can direct me to a documentation of troubleshooting would be great as well. Thank you!

    Oracle Enterprise Manager 11g > Fusion Middleware control
    Farm Farm_IDMDomain

    Status of deployments and Fusion Middleware is 100%

    Identities and access > DIP (11.1.1.2.0)

    SOAK the component status
    Quartz Scheduler until
    MBeans Up

    Under execution summary > synchronization profiles

    Profile Name successful changes didn't change error

    Site_Import 0 0 error ModRDN run in directory
    Error Corporate_Import 0 2000 entry in the directory

    user6655099,

    I don't know if OIDDAS exists or he works at OID11g. I used only 11g OID and have never used OIDDAS (so far). To access the data, I use ODSSM and the only authorized connection at the moment of this component is "cn = orcladmin. This is a limitation of product as directed by oracle 11 g OID at the moment.

    You can test your identification of the oid information using a simple ldapbind. Also, sign up for one of the databases with the OID and create an account of EUS database to test also.

    Although you have progressed to this stage. You're still meets tons other issues :-). But, it's the pleasure of working with these products.

    Kind regards

    Shaji.

  • With the clause does not work in SqlPlus for DataBase 11 GR 8 1 material

    I have 11 GR 1 database material, when I connect to my database through SqlPlus (version 8.0.6.0.0) this query
    with x as (select * from areas) select * from x;
    does not work. But when you use SqlPlus provided by 11g, this query works well. This query can run on an older version of SqlPlus?

    user12222356 wrote:
    This client software is installed with Oracle developer 6i form. should I remove all the form developer? Latest version of the form developer is available for 11 GR 1 matter?

    Well, you have problems with the developer of forms?

    I wouldn't recommend delete because you have problems with the SQL more customer that goes with it. I recommend to download the instant client and using them for your needs of sqlplus and leaving the rest products installed on your machine only.

  • ADF application does not work.

    Hello

    I create an application of ADF using Jdeveloper 11 g. It works very well if it is running on the default server.
    I have create a weblogic domain in weblogic 11g. Then I deploy this application in this area. The deployment is successful.
    However, the application does not work. After the login page, it shows a blank page and stop there.

    I paste the error in the log.

    avax.faces.FacesException: oracle.adf.controller.ControllerException: ADFC-10001
    oracle.jbo.DMLException: Houston-26061
    java.sql.SQLException: ORA-01005: password null; connection refused

    Check step 23 here:
    http://radalcove.com/blog/?p=34

  • Safari does not work after installing macOS Sierra

    Safari and apple store does not work after installing macOS Sierra

    Alas, my crystal ball is in the shop for cleaning, so you will need to provide more details on what "doesn't work" and above all error messages. First of all, let's start the App Store. Provide as much information as possible for those of us who do not sit on your shoulder.

  • My iPad Apple 3rd generation wifi + his cell phone does not work

    MY 3rd generation Apple iPad, wifi + cell

    model number MD408LL/a

    Serial number DM * VGL

    THE SOUND DOES NOT WORK

    < personal information under the direction of the host >

    All sounds, or simply notification and sounds apps (for example do music and videos app still have sound)? If notifications and apps you have notifications on mute: on the iPad side switch - Apple Support ? If the sounds in all applications which have tried for example soft-reset/reboot of the iPad, insert/remove the headphones?

  • After recent, iPhone, 6, update, Windows, Explorer, does not work, see, iPhone

    I installed the latest update required for my iphone ios 6 a few days ago, and now when I try to download pictures from my iphone to my PC (via USB connection), the PC does not see the iphone.   iTunes sees it yet, but windows Explorer does not work.  It seems that some setting has been broken through the update of ios.  A way to solve this problem?

    Restart the computer and the iPhone. Unlock the iPhone before connecting it to the computer. Any change?

    TT2

Maybe you are looking for