Problem with Oracle Import/Export database

I'm doing some imp/exp between two oracle databases.
During the import, I got an error:
IMP-00060: WARNING: jump table "BIAPPS". "' HR_LOCATIONS_ALL ' because the object of type 'MDSYS. "' SDO_ORDINATE_ARRAY ' does not exist or to identify different

However, when I connect my database as sysdba goal and run the following script:
Select object_name, object_type, owner of dba_objects where object_name = 'SDO_ORDINATE_ARRAY ';

I found that the object type is actually existing in my target database:
OWNER OBJECT_TYPE OBJECT_NAME
------------------------------------------------------------------------------------------
SDO_ORDINATE_ARRAY PUBLIC SYNONYM
SDO_ORDINATE_ARRAY TYPE MDSYS

I run "Grant all on sdo_ordinate_array to biapps;" and tried to import the table again, but the I still have the same error information.

Could someone tell me the reason of this problem and how to get this HR_LOCATIONS_ALL imported? Thank you very much.



Here is the HR_LOCATIONS_ALL DDL, I received from source database:
CREATE TABLE 'BIAPPS '. "" HR_LOCATIONS_ALL ".
+ ('LOCATION_ID' NUMBER (15.0), +)
+ NUMBER (15.0) "ENTERED_BY," +
+ VARCHAR2 (60 BYTE) "LOCATION_CODE," +
+ VARCHAR2 (240 BYTE) "LIGNE_ADRESSE_1," +
+ VARCHAR2 (240 BYTE) "LIGNE_ADRESSE_2," +
+ VARCHAR2 (240 BYTE) "ADDRESS_LINE_3," +
+ VARCHAR2 (30 BYTE) "BILL_TO_SITE_FLAG," +
+ VARCHAR2 (60 BYTE) 'COUNTRY ', +.
+ VARCHAR2 (240 BYTE) "DESCRIPTION," +
+ NUMBER (15.0) "DESIGNATED_RECEIVER_ID," +
+ VARCHAR2 (30 BYTE) "IN_ORGANIZATION_FLAG," +
+ DATE "INACTIVE_DATE," +
+ NUMBER (15.0) "INVENTORY_ORGANIZATION_ID," +
+ VARCHAR2 (30 BYTE) "OFFICE_SITE_FLAG," +
+ "ZIP_CODE" VARCHAR2 (30 BYTE), +.
+ VARCHAR2 (30 BYTE) "RECEIVING_SITE_FLAG," +
+ VARCHAR2 (120 BYTE) "REGION_1, +.
+ VARCHAR2 (120 BYTE) "REGION_2, +.
+ VARCHAR2 (120 BYTE) "REGION_3," +
+ NUMBER (15.0) "SHIP_TO_LOCATION_ID," +
+ VARCHAR2 (30 BYTE) "SHIP_TO_SITE_FLAG," +
+ VARCHAR2 (7-BYTE) 'STYLE ', +.
+ VARCHAR2 (15 BYTE) "TAX_NAME, +.
+ VARCHAR2 (60 BYTE) "TELEPHONE_NUMBER_1," +
+ VARCHAR2 (60 BYTE) "TELEPHONE_NUMBER_2," +
+ VARCHAR2 (60 BYTE) "TELEPHONE_NUMBER_3," +
+ VARCHAR2 (30 BYTE) "TOWN_OR_CITY," +
+ VARCHAR2 (30 BYTE) "ATTRIBUTE_CATEGORY," +
+ 'ATTRIBUTE1' VARCHAR2 (150 BYTE), +.
+ 'ATTRIBUT2' VARCHAR2 (150 BYTE), +.
+ VARCHAR2 (150 BYTE) "ATTRIBUT3," +
+ VARCHAR2 (150 BYTE) "ATTRIBUTE4," +
+ VARCHAR2 (150 BYTE) "ATTRIBUTE5," +
+ VARCHAR2 (150 BYTE) "ATTRIBUTE6," +
+ VARCHAR2 (150 BYTE) "ATTRIBUTE7," +
+ VARCHAR2 (150 BYTE) "ATTRIBUTE8," +
+ VARCHAR2 (150 BYTE) "ATTRIBUTE9," +
+ VARCHAR2 (150 BYTE) "ATTRIBUTE10," +
+ VARCHAR2 (150 BYTE) "ATTRIBUTE11," +
+ VARCHAR2 (150 BYTE) "ATTRIBUTE12," +
+ VARCHAR2 (150 BYTE) "ATTRIBUTE13," +
+ VARCHAR2 (150 BYTE) "ATTRIBUTE14," +
+ VARCHAR2 (150 BYTE) "ATTRIBUTE15," +
+ VARCHAR2 (150 BYTE) "ATTRIBUTE16," +
+ VARCHAR2 (150 BYTE) "ATTRIBUTE17," +
+ VARCHAR2 (150 BYTE) "ATTRIBUTE18," +
+ VARCHAR2 (150 BYTE) "ATTRIBUTE19," +
+ VARCHAR2 (150 BYTE) "ATTRIBUTE20," +
+ DATE "LAST_UPDATE_DATE," +
+ NUMBER (15.0) "LAST_UPDATED_BY," +
+ NUMBER (15.0) "LAST_UPDATE_LOGIN," +
+ NUMBER (15.0) 'CREATED_BY ', +.
+ DATE 'CREATION_DATE ', +.
+ NUMBER (9.0) "OBJECT_VERSION_NUMBER," +
+ "TP_HEADER_ID" + NUMBER
+ VARCHAR2 (35 BYTE) "ECE_TP_LOCATION_CODE," +
+ VARCHAR2 (150 BYTE) "GLOBAL_ATTRIBUTE_CATEGORY," +
+ VARCHAR2 (150 BYTE) "GLOBAL_ATTRIBUTE1," +
+ VARCHAR2 (150 BYTE) "GLOBAL_ATTRIBUTE2," +
+ VARCHAR2 (150 BYTE) "GLOBAL_ATTRIBUTE3," +
+ VARCHAR2 (150 BYTE) "GLOBAL_ATTRIBUTE4," +
+ VARCHAR2 (150 BYTE) "GLOBAL_ATTRIBUTE5," +
+ VARCHAR2 (150 BYTE) "GLOBAL_ATTRIBUTE6," +
+ VARCHAR2 (150 BYTE) "GLOBAL_ATTRIBUTE7," +
+ VARCHAR2 (150 BYTE) "GLOBAL_ATTRIBUTE8," +
+ VARCHAR2 (150 BYTE) "GLOBAL_ATTRIBUTE9," +
+ VARCHAR2 (150 BYTE) "GLOBAL_ATTRIBUTE10," +
+ VARCHAR2 (150 BYTE) "GLOBAL_ATTRIBUTE11," +
+ VARCHAR2 (150 BYTE) "GLOBAL_ATTRIBUTE12," +
+ VARCHAR2 (150 BYTE) "GLOBAL_ATTRIBUTE13," +
+ VARCHAR2 (150 BYTE) "GLOBAL_ATTRIBUTE14," +
+ VARCHAR2 (150 BYTE) "GLOBAL_ATTRIBUTE15," +
+ VARCHAR2 (150 BYTE) "GLOBAL_ATTRIBUTE16," +
+ VARCHAR2 (150 BYTE) "GLOBAL_ATTRIBUTE17," +
+ VARCHAR2 (150 BYTE) "GLOBAL_ATTRIBUTE18," +
+ VARCHAR2 (150 BYTE) "GLOBAL_ATTRIBUTE19," +
+ VARCHAR2 (150 BYTE) "GLOBAL_ATTRIBUTE20," +
+ NUMBER (15.0) "BUSINESS_GROUP_ID," +
+ VARCHAR2 (150 BYTE) "LOC_INFORMATION13," +
+ VARCHAR2 (150 BYTE) "LOC_INFORMATION14," +
+ VARCHAR2 (150 BYTE) "LOC_INFORMATION15," +
+ VARCHAR2 (150 BYTE) "LOC_INFORMATION16," +
+ VARCHAR2 (150 BYTE) "LOC_INFORMATION17," +
+ VARCHAR2 (150 BYTE) "LOC_INFORMATION18," +
+ VARCHAR2 (150 BYTE) "LOC_INFORMATION19," +
+ VARCHAR2 (150 BYTE) "LOC_INFORMATION20," +
+ VARCHAR2 (240 BYTE) "DERIVED_LOCALE," +
+ "GEOMETRY" 'MDSYS. "" SDO_GEOMETRY. "+
+ VARCHAR2 (30 BYTE) "LEGAL_ADDRESS_FLAG," +
+ 'TIMEZONE_CODE' VARCHAR2 (50 BYTE) +.
+) PCTFREE 0 PCTUSED 40 INITRANS 1 MAXTRANS 255 COMPRESS NOLOGGING +.
STORAGE (INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645)
PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 DEFAULT USER_TABLES)
TABLESPACE "BIAPPS".
VARRAY 'GEOMETRY '. "" ANSDO_ELEM_INFO "STORE AS BASICFILE LOB
+ (ACTIVATE 8192 CHUNK ONLINE STORAGE +)
CACHE
STORAGE (INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645)
PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 DEFAULT USER_TABLES))
VARRAY 'GEOMETRY '. "" SDO_ORDINATES ' STORE AS BASICFILE LOB
+ (ACTIVATE 8192 CHUNK ONLINE STORAGE +)
CACHE
STORAGE (INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645)
PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 DEFAULT USER_TABLES));

Yang YAng,
You export some objects in the environment of the Apps? Look at the last answer to this thread, which talks about the solution of the said error,
Import of Oracle problem:
And you can get some lead from this link
http://translate.Google.com/translate?hl=en&SL=zh-CN&u=http :// www.oracleblog.cn/working-case/imp-00060type-does-not-exist-or-has-different-identifier/&sa=X&oi=translate&resnum=4&ct=result&prev=/search%3Fq%3DIMP-00060%26hl%3Den%26rls%3Dcom.microsoft: en - US: % 26rlz % 3D1I7GGLJ % 26pwst %3 D 1
HTH
Aman...

Tags: Database

Similar Questions

  • How to solve the problem with slow import mxf files exported from first cc?

    Hello!

    I'm working on the first update to 7.2, on 64 bit, windows 7, and I have a problem with the import of the MXF op1a (IMX 30 PAL) files that I exported from first.

    MXF Import blocks especially first, but when he's not, it takes a long time to import (10-15 min).

    I tried editing ContributeQ but again, it hangs / takes a long time and I can see only a black screen.

    I installed a new copy of windows on this computer with everything clean, but it doesn't seem to work.

    Is there a software patch or way to go around for this problem?

    Whenever you have trouble with this, reduce the number of influences of others on your system.  In this case, delete TotalCode and see if it behaves better.  If it does not remove the device from BlackMagic and uninstall the drivers.  If one of these steps will improve performance, check with the third-party manufacturers.  There may be a setting or an update is necessary so that your system works correctly.

  • I have intermittent problems with iphoto importing from iphone since 0sx 10.11.6. Update

    I have intermittent problems with iphoto importing from iphone since 0sx 10.11.6. -Update

    1 iphoto sees not iphone - restart

    2 iphoto sees iphone but says "no pictures" - restart

    3 Iphoto sees phone and photos and I click Import all or import selected - then I have problem of file format and nothing is imported

    NOTE: I have similar problems with image capture - sometimes you can see the phone and photos, and sometimes is not

    I have an imac 2015 - execution of yosemite

    Help my new iphone because 7 is coming today and I am terrified of the transfer.

    Not sure, but in any case iPhoto is a dead - it would be really smart to learn pictures (a totally new and different program with a learning curve and different workflows)

    With the help of pictures with my new iPhone 7 and iCloud photo library all works well without any problem - nothing different photos with my iPhone except the news and the best quality Photos 5

    LN

  • Recently, I had a problem with the import of my photo, s of a Nikon d700. I found an update to 6.2. This means that if you are a user of cloud there is no automatic update for yourl Lightroom?

    recently, I had a problem with the import of my photo, s of my Nikon d700. I found an update to Lightroom 6.2 does that mean that if you are not a user of cloud there is no automatic update?

    Hi johnp,

    • Want to sure that your applications to be updated automatically without any prior notifications for new updates?
    • If you are a user of creative cloud or not, if Adobe has an update for your product, then you would be notified for the same and then its your choice to update or not.
    • Are you always facing a difficult when importing images? If so please help us with the following information to improve assistance:

    1. the current version of Lightroom

    2 operating system Type

    Concerning

    Sarika

  • Dropped audio at the end of one. File VOB (problem with the import. VOBs, I guess)

    Here's what I did. I created several DVDs by recording VHS videos for them. I copied these DVD on my PC, giving me dozens of DVD files with. VOB files in them. I imported the. VOB files for each DVD in Premiere Pro sequences, but still get (which means that every time) dropped audio since the last images of each. VOB file in the sequence. So, in between all of them. VOB file in a video DVD full, there is a very brief break in audio. To be exact, the audio is 'cut' last 13 executives of each. VOB. However, the start of the next. VOB in the sequence begins with the audio as it should (at the very 1st picture). Video is not cut at the end of each. VOB and usually the transitions in the next. VOB smoothly, with no problems. However, occasionally, the latest image of one. VOB looks "glitched" (imagine two sequential images overlapping each other, but within a framework... so that you can see two of the same person who overlap who move from the 1st to the 2nd section). When this happens, the start of the next. VOB file in the sequence is largely pixelated for the first 2 or 3 images.

    I guess it's a problem with the import of first Pro CC. VOB files (she just can't handle.) VOBs). I would like to know if anyone has had a similar problem, and if you have found a solution.

    It is a long-standing problem.  Here's my work around.

    http://www.videohelp.com/software/XviD4PSP

    (Download version 5, not 7.)

  • Hi, I have a problem with the import of the 4000 SJCAM MOV files. MOV files are in formats supported for Adobe Premiere elements 11. But if I am importing of MOV file, only audio part is imported, part video is not imported. How can I solve this problem?

    Hi, I have a problem with the import of the 4000 SJCAM MOV files. MOV files are in formats supported for Adobe Premiere elements 11. But if I am importing of MOV file, only audio part is imported, part video is not imported. How can I solve this problem?

    haben

    Looking at the specs of your camera (SJCam 4000), we already know what video compression your camera uses. It is H.264.

    A H.264.mov file should be accompanied by a first elements 11. On what computer operating system is your first items 11 running?

    You have the latest version of QuickTime installed on your computer? And, you use QuickTime and first of 11 elements of a

    Account user with administrative privileges? Please go to Premiere elements 11 publish + share/computer/QuickTime to confirm that you will find

    presets it to the choice of QuickTime, it.

    What are the properties of these files H.264.mov - is it 1080 p (1920 x 1080 p 30) 30 or something else? Do you know if this device is registering with a variable or

    a constant rate?

    Please check and review and then we'll decide what next.

    Thank you.

    RTA

  • Problems with sound, imported weird noise

    Hello everyone, I do an animation in Flash CC and I had problems with the import of sounds.

    When I try to import sounds in the library, it appears on the timeline, when I press Enter to display the preview, the only thing I hear is a horrible and loud, as static noise, stop doesn´t until I'm close Flash. But if I press cmd + alt + enter it generates the swf file and I can hear the sound normally.

    I really Don t know what to do, or how to fix it. I will really appreaciate to help thank you very much.

    Either way, I use a Mac. I've recently updated to the Mavericks. I didn t use flash before so I don't know if I already had this problem. It was an mp3 file I imported

    Post edited by: FrancoM

    Hello

    Try updating your Flash CC using the menu help-> updates or using creative application of cloud. A fix for this issue is already out in the last update (13.1.0.226).

    This has been reported to occur after the Mavericks for update only on Mac.

    Let me know if this does not solve your problem.

    -Mabrouk

  • problem with recording new object database

    Hi all

    I am having some problems with registration of the database object.

    I have 2 classes

    {Test}
    Laboratory Lab - > not nullable in DB
    LastElement-> element (2 part)
    Items in collection-> (a-2-many element)
    }

    Element
    {
    String value
    Test parentTest-> (one to a test - key to building elements)
    }

    1. I create new Test ts1 and new element el1
    2. I add el1 ts1 items
    3. I updated el1 lastElement in ts1
    4 assignSequenceNumbers
    When I will I have an exception for the Insert for Test-> impossible to insert null for LAB_ID

    I found that if I do step 3 everything works fine and the INSERTION is done in a single step (all the attributes private and one-2-one References are included)
    If I do the step 3, only private attributes are generated for the insert and after insertion will update for all individual references. And it would be ok if I wouldn't not nullable fields.

    Is it possible to force Toplink do not separate first INSERTION to 2 calls?

    Any suggestions will be greatly appreciated.

    PS. all objects are correctly saved in UnitOfWork

    Thank you

    First of all you have parentTest in el1? You must take care of both sides of the relationship.
    Secondly, if you did and which does not help, maybe you can change a constraint not null on defered lab so he would be checked at the end of the transaction not to each insertion.

    Published by: sebastian.kolski on October 8, 2009 10:27

    Published by: sebastian.kolski on October 8, 2009 10:28

  • Problem with Oracle performance

    Hi all

    I use Oracle database 11 g 2.

    I am facing a problem with one of my queries.


    Scenario is:
    I associate myself with 3 tables.
    The engine is saa_hist.saa_rep_product_activity (70 million lines).
    The second table is scmsa_hist.scmsa_sub_feature_trueup (900 million lines).
    The third table is saa_hist.saa_rep_subscriber_activity (35 million lines).

    The output of the query will be only about 120K.

    I'm majoriy of the columns in the first table. On the other hand, we get 2 columns and in table 3, we get a single column.

    When I join all 3 tables as it appears in the query runs for 6 hours. (The

    SELECT / * + PARALLEL_INDEX(R,SAA_REP_PRODUCT_ACTIVITY_BI,12)
    PARALLEL(SUB,24)
    PARALLEL_INDEX(RR,SAA_REP_SUBSCRIBER_ACTIVITY_I1,8)

    */
    R.*, sub.mrc, sub. RATEPLANCODE, rr.measure_group_id
    Saa_hist.saa_rep_product_activity r
    JOIN scmsa_hist.scmsa_sub_feature_trueup sub
    ON sub.job_log_id = r.job_log_id
    AND sub.service_number = r.msisdn
    AND sub.ban = r.account_number
    AND sub.soc_code = r.product_id_code
    LEFT OUTER JOIN saa_hist.saa_rep_subscriber_activity rr
    ON rr.quantity = 1
    AND rr.service_universal_id = r.service_universal_id
    AND rr.msisdn = r.msisdn
    AND rr.account_number = r.account_number
    WHERE r.billing_subsystem_id = 1
    AND 1 = 1
    AND r.batch_key BETWEEN 674 AND 675;

    The explain command plan looks good for this one and the cost is also okay(222K). I don't see any S-> data flow in the Section of IN-OUT of the explain plan P.

    -----------------------------------------------------------------------------------------------------------------
    | ID | Operation | Name | TQ | IN-OUT | PQ Distrib.
    -----------------------------------------------------------------------------------------------------------------
    | 0 | SELECT STATEMENT |
    | 1. COORDINATOR PX |
    | 2. PX SEND QC (RANDOM). : TQ10001 | Q1, 01 | P > S | QC (RAND) |
    | 3. NESTED EXTERNAL LOOPS | Q1, 01 | SVCP |
    | 4. HASH JOIN | Q1, 01 | SVCP |
    | 5. JOIN FILTER PART CREATE | : BF0000 | Q1, 01 | SVCP |
    | RECEIVE 8 2 PX | Q1, 01 | SVCP |
    | 7. PX SEND LOCAL BROADCAST | : TQ10000 | Q1 00 | P > P | BCST LOCAL |
    | 8. PX HASH PARTITION ALL | Q1 00 | ISSUE |
    | 9. TABLE ACCESS BY LOCAL INDEX ROWID | SAA_REP_PRODUCT_ACTIVITY | Q1 00 | SVCP |
    | 10. CONVERSION OF BITMAP IN ROWID | Q1 00 | SVCP |
    | 11. BITMAP INDEX RANGE SCAN | SAA_REP_PRODUCT_ACTIVITY_BI | Q1 00 | SVCP |
    | 12. FILTER-HASH PARTITION PX JOIN | Q1, 01 | ISSUE |
    | 13. TABLE ACCESS FULL | SCMSA_SUB_FEATURE_TRUEUP | Q1, 01 | SVCP |
    | 14. RANGE OF PARTITION ALL THE | Q1, 01 | SVCP |
    | 15. HASH PARTITION ALL | Q1, 01 | SVCP |
    | 16. TABLE ACCESS BY LOCAL INDEX ROWID | SAA_REP_SUBSCRIBER_ACTIVITY | Q1, 01 | SVCP |
    | 17. INDEX RANGE SCAN | SAA_REP_SUBSCRIBER_ACTIVITY_I1 | Q1, 01 | SVCP |
    -----------------------------------------------------------------------------------------------------------------

    But when I joined the first two tables and run as shown below, the request is get executed in 13 Minutes.

    SELECT / * + PARALLEL_INDEX(R,SAA_REP_PRODUCT_ACTIVITY_BI,12)
    PARALLEL(SUB,24)
    */
    R.*, sub.mrc, sub. RATEPLANCODE, rr.measure_group_id
    Saa_hist.saa_rep_product_activity r
    JOIN scmsa_hist.scmsa_sub_feature_trueup sub
    ON sub.job_log_id = r.job_log_id
    AND sub.service_number = r.msisdn
    AND sub.ban = r.account_number
    AND sub.soc_code = r.product_id_code;

    Therefore, I created a temporary table with this data and made a left outer join with the other 3 table. It runs a few seconds and I can say all the data I am able to take less than 15 minutes to 6 hours.

    So my question is that why Oracle is a strange behavior.

    I tried all approaches to avoid this kind of behavior methods but unable to produce the same thing as how I did in the second approach.

    For example, I joined the first two tables and use NO_MERGE hint with the third table and always NO_MERGE, PUSH_PRED's not going anywhere. I tried Inline view and it doesn't give me any improvement in performance.
    I'm tempted to do it using WITH Clause with two tables and then joined the data set with the third table. But still does not.
    I tried hint ORDINATE and yet so big difference.
    I even tried to force some clues which are presentm, but the 50Million cost ranges from 200K.
    I think I'm exhausted all the possibilities.

    I'd appreciate any Oracle guru can help me what is the issue.

    Thank you
    NKM

    You could start trying to impose (with extensive predicates) what you discover or believe work better.
    In this case I usually found the ansi syntax not useful and often the optimizer ignore my intentions:(mais il n'y a pas de mal essayer)

    select x.*,
           rr.measure_group_id
      from (select r.*
                   sub.mrc,
                   sub.rateplancode,
              from (select *
                      from saa_hist.saa_rep_product_activity
                     where billing_subsystem_id = 1
                       and batch_key between 674 and 675
                   ) r,
                   scmsa_hist.scmsa_sub_feature_trueup sub
             where sub.job_log_id = r.job_log_id
               and sub.service_number = r.msisdn
               and sub.ban = r.account_number
               and sub.soc_code = r.product_id_code
           ) x,
           (select service_universal_id,
                   account_number,
                   msisdn,
                   measure_group_id
              from saa_hist.saa_rep_subscriber_activity
             where quantity = 1
           ) rr
     where x.service_universal_id = rr.service_universal_id(+)
       and x.msisdn = rr.msisdn(+)
       and x.account_number = rr.account_number(+)
    

    Concerning

    Etbin

  • Problems with oracle enterprise Manager manager

    Hello

    Hello

    I have a database with SID mdok and host: mdok.lubelskie.pl. I copied the database to a different server host: oracle.lubelskie.pl with the same SID mdok

    I had problems with EM starting on oracle.lubelskie.pl so I run the emca - dbcontrol db config command and entered the correct values.

    Now EM starts ok and when I go to http://oracle.lubelskie.pl:1158 / em it asks for the connection. I enter the connection information and connect to the mdok database.

    Here's the info to state when I get http://oracle.lubelskie.pl:1158 / em:

    Status of
    Upward since 11-03 - 2010 20:59:27 THIS
    Instance name mdok
    Version 10.2.0.1.0
    Home mdok.lubelskie.pl
    LISTENER_mdok.Lubelskie.pl listener

    The problem, that of why he connects to the host mdok.lubelskie.pl and not in the good pair hence the EM a was started (oracle.lubelskie.pl). How to solve the problem?

    The best would be to recreate the repository. There are files in which this info is maintained but better would be to delete and re-create the repoistory em using the

    emca -deconfig dbcontrol db -repos drop
    emca -config dbcontrol db -repos create
    

    HTH
    Aman...

  • Problem with Oracle Forms 11 g 2 on linux

    Dear all

    Here's the problem:

    • -J' installed Oracle Forms 11 GR 2 (11.1.2.2.0) on Linux from Oracle using the JDK 1.7.0_79 6.6
    • -J' solved all the problems and issues of the Arab reports.
    • -Now regarding the oracle forms now when I compile the FMAS on WINDOWS and move them to LINUX, they work very well except for forms that use WEBUTIL the form runs but WEBUTIL functions do not work
    • - So I tried to compile these forms on LINUX now WEBUTIL feature works, but all forms (with or without WEBUTIL) compiled under LINUX display this exception message before the race, here is the behavior:

    1. 1 - the form has a trigger CONNECTION on, but here's what's happening
      01.jpg
    2. 2. after pressing ok, it requires logon, and when I try to log displays the ORA-12705 as above and so on

      02.jpg
    3. 3. but after I click on cancel turns on and uses the trigger opening SESSION and works of good form

    Hope there is a solution for this.

    Best regards.

    The problem was because I was using a NLS_LANG that contains a space in the value and it is surrounded by quotes like NLS_LANG ='NLS_LANG ARABIC_SAUDI ARABIA. AR8MSWIN1256', which worked very well with reports.

    but it seems that the quotes were causing problems with forms,

    So I put NLS_LANG to the two forms and reports ARABIC_EGYPT reports.sh default.env. AR8MSWIN1256 OR ARABIC_AMERICA. AR8MSWIN1256

    both work well, now no NLS_LANG, error

    but the question of having to recompile the forms when moved to another server, who I thought he was still a known issue.

    Best regards.

  • Problem with ProRes import in first CC in Windows

    Hey all,.

    I realize the futility of the use of ProRes in a Windows environment, so I thought I'd just get that out of the way right away the bat.  That's how I got the images of the customer and it's too to try to convert into another codec (even if I have to, I'll do it, I would just avoid it).  Despite this, I had not really a problem with this until I tried to work in CC.

    I started this project in first CS5 and has been seen no problem.  I received a few files AE in CC and decided I bite the bullet and move to the more recent and rather than try and rebuild projects in CS5.  I download, install, update, open the first to rebuild the short Assembly and then find that when I import ProRes files, all I get is audio, no video.  I can import other codecs very well, it's just the ProRes who refuses.

    I had Quicktime and decoder of QT Windows for ProRes are updated, as well as the first CC.  I currently have all my work files bundled up on a drive to take in my 04:51 and work on a Mac on my lunch break, but for obvious reasons, I would like to be able to work at home.

    This client does not provide sufficient work to justify a new purchase of Mac, and I'm just at the end of the roll.  It has worked well in CS5, why not not in CC?

    Here are my specs:

    Windows 7 Professional 64 bit

    First Pro 7.0.1 CC

    QuickTime (fully updated)

    Decoder ProRes QuickTime for Windows (fully updated)

    You can provide any assistance is greatly appreciated!

    I just fell on the same problem. Windows system, body CC 2014 and Prores files would be important only the audio. Launched QT7 Pro, reopened agency CC 2014 and Prores files imported without problem.

  • Problems with Oracle sql developer

    Hello

    I have problems with my Oracle SQL developer 3.0.04 Version. It makes windows unstable once the query tries to display too many rows of data (for example, 300 k). Is there a way to solve this problem in addition to increasing the amount of physical memory? I currently have only 1 GB of RAM on this machine. Thank you.

    Hello

    Upgrading hardware can be a very satisfying experience, especially as it is almost always little expensive compared to the value of your time. Virtual memory / paging on the Windows and PC hardware is a huge disappointment, so more memory on Windows is a cure-all. With more and more common 64-bit operating systems, laptop computers and the PC is currently available with 8G of memory.

    That said, I think few users have a business case for the visualization of the hundreds of thousands of lines via a graphical user interface.

    Getting back to what concerns the management of memory in java, I want to put in a plug for the garbage and first new Garbage Collector. It will be the production in JDK 1.7, but can be found in the JDK 1.6 u14 & high in experimental option. The most recent revision update, the better it is. Just add something like this in your sqldeveloper.conf file:

    AddVMOption - XX: + UnlockExperimentalVMOptions
    AddVMOption - XX: + UseG1GC
    AddVMOption - XX: + G1YoungGenSize = 25 m
    AddVMOption - XX: + G1ParallelRSetUpdatingEnabled
    AddVMOption - XX: + G1ParallelRSetScanningEnabled

    It does a much better job of actually release unused memory in the context of the o/s.
    To learn more on this subject: http://www.oracle.com/technetwork/java/javase/tech/g1-intro-jsp-135488.html

    Gary Graham
    SQL DeveloperTeam

  • Problems with audio imported in PE4

    Hello

    I've been using first Elements 4 for a couple of years now without any real problems, including the importation of the soundtracks in my projects.  In my last project, I imported 2 audio files of 100 haircut and the Black Eyed Peas (even though it's probably not relevant!).  These 2 files play fine in itunes, but when I import into the project, they stutter on playback.  Here are some facts that might be useful where I tried already different things after watching the forums:

    1. the audio files have .m4a file extensions which I believe is a Quicktime movie. The properties of the source audio clip form shows that - 16-bit - 44100 Hz stereo

    2. the audio format of project is 48000 Hz - 32-bit floating point stereo

    3. the original audio/video input of my camera (Canon HV20) was in video high definition

    4 there is no red line showing in the timeline section of the soundtrack where imported files or in the audio section of the movie imported from my camera

    5. the clips stutter in PE4 before even they are trained and fallen into the timeline, that is if you open from the sections of organiser or project

    6. I shot in other audio files in the project that are .m4a and they seem to work ok

    7. I tried to cut the audio on the original video to see if that was who collide with the additional soundtrack but that made no difference

    Anyone can shed light on what I'm doing wrong?

    Thank you very much

    Martin

    music of iTunes used to have built-in software that would lock usage in a video editing project. I think that Apple has relaxed a bit- but it cannot always be fully compatible in its native format.

    Try to download the free program Audacity - a program call in my books of Premiere Elements a must - have. If you open the song in Audacity, you will find the option to save it as an MP3 or WAV.

    Try to convert your iTunes stuff a WAV before put you in Premiere Elements and see if that solves your problem.

  • Problems with updates important installation time and time again

    the following have not installed successfully on my laptop: Windows Vista 32 bit

    STARTING ON 10/14/2010 FOLLOWING DO NOT HAVE

    KB2206011

    KB2281679

    KB979688

    KB981957

    KB2387149

    KB2360131

    KB982132

    KB979687

    KB2207566

    KB2345886

    KB2378111

    KB2416400

    STARTING FROM 15/12/2010 THE FOLLOWING DO NOT HAVE

    KB2296199

    KB2442962

    KB2305420

    KB2436673

    KB2423089

    THE FOLLOWING HAVE INSTALLED SUCCESSFULLY 26 TIMES AND CONTINUE TO RE-INSTALL AND IT IS THAT PROMPTED THE INITIAL QUESTION, NOT KNOWING THE OTHER HAD FAILED UNTIL I WAS ASKED TO REVIEW THE HISTORY AND SEE WHAT A FAILED I DON'T SEE NO ERROR CODES

    KO 2518870

    KB2478663

    WHAT'S WRONG WITH THIS POINT?

    KB2296199

    Hi, Rose MarySteele,.

    Run the FixIt to is this document to resolve the problem with the same update offered repeatedly.

    Let us know if this helps

Maybe you are looking for