Oracle11g r2 impdp parallel job does not spwans

Trying to import through data pump but parallel is not working sequence creation is running.
any guess why parallel is not working
oracle11g r2 asm +rac linux
thanks in advance

Better late than never...
We have seen a few issues with expdp/impdp in 11gr2 on linux.
Problem Description: impdp that was triggered to run in Parallel=4 has failed to load the following table. This table was specified in QUERY option.
Error:
ORA-31693: Table data object "DBATEST"."TEST" failed to load/unload and is being skipped due to error:
ORA-29913: error in executing ODCIEXTTABLEOPEN callout
There was a patch for this. patch 8393456
Also we saw the export would not work correctly in parallel.
9243068: EXPDP RETURNS ORA-00922: MISSING OR INVALID OPTION WHEN USING CONSISTENT=TRUE
We did not see an error here, but parallel would not spaw any workers
Hope this helps

Similar Messages

  • ORA-20211: Active job does not exist, cannot link to job record.

    Getting the above error while executing OWB mapping in production environment.
    Details of the error :
    ORA-20211: Active job does not exist, cannot link to job record.
    ORA-06512: at "RADRUN.WB_RT_MAPAUDIT", line 1278
    ORA-06512: at "RADRUN.WB_RT_MAPAUDIT", line 2110
    ORA-06512: at "RADSTG.MAP_STG_AIRCRAFT", line 2384
    ORA-06512: at "RADSTG.MAP_STG_AIRCRAFT", line 2513
    RADRUN -- runtime schema
    RADSTG -- Target schema where mappings deployed.
    source database is accessed through a DB link.
    OWB version - 10.1.0.4.0
    Oracle - 9.2.0.6.0
    Here mappings are getting executed by calling a pl/sql procedure. This pl/sql procedure is executed every day by scheduling a dbms_job. After the error, the job is in hanging.
    Last week also the same error happened, on that occasion , restarted the database and re submitted the job. Mapping executed without any error.
    Looking for the expert comments

    Hi.
    See Note:125860.1 in metalink (and please, lol to solution #3). It applies to older OWB versions though... Are you using DBMS_JOB or OEM to run these mappings? If so, then the metalink note might be useful help.
    Karesz, I believe if the source database was down, it would fail with an ORA-12XXX Error.
    Regards,
    Marcos

  • OWB 9.2: Active Job Does not Exist !

    OWB:9.2.0.2.8
    I have opened a TAR for this, not much headway so far
    Error Message: ORA-20211: Active job does not exist, cannot link to job record.
    Here is the sequence of events
    1) A test database was cloned fom production
    2) We were able to to get the runtime instance on test running by setting the fields in wb_rt_service_nodes
    Service doctor now indicated that the service was up
    3) Using OWB deployment mangager, I tried to execute a map and got this message
    Starting Execution EU_ITM_WH
    Starting Task EU_ITM_WH
    ORA-20211: Active job does not exist, cannot link to job record.
    ORA-06512: at "OWB_RR.WB_RT_MAPAUDIT", line 1252
    ORA-06512: at "OWB_RR.WB_RT_MAPAUDIT", line 2084
    ORA-06512: at "OWB_TS.EU_ITM_WH", line 2250
    ORA-06512: at "OWB_TS.EU_ITM_WH", line 2331
    ORA-06512: at line 1
    Completing Task EU_ITM_WH
    Completing Execution EU_ITM_WH
    I searched Metalink and got some references to this.but they seem out-dated.

    Did you try to stop and start the runtime sevice by using stop_service.sql/start_service.sql from the <OWB_HOME>/owb/rtp/sql directory?
    Also, you say that you cloned the database - are the database parameters different in the cloned database (db name, hostname, port, user name, password)? If yes, did you change the location registration parameters?
    Regards:
    Igor

  • SM36/37: Specification "After Job" does not work for Daily "periodcity"

    I reviewed http://help.sap.com/saphelp_nw04/helpdata/en/20/2d513897110872e10000009b38f889/content.htm, which states what I am trying to do should work, but it does not.
    Here's the deal:
    1.  I have two jobs: "A" and "B".
    2.  "A" runs Daily.
    3.  I set-up job "B" to run "After job" "A" in my SM36 definition.
    Job "B" will run the next day, but never runs again after that even though job "A" continues to run "Daily" as it should.
    Further info:
    1.  We have "Event-triggered" jobs that run fine, but the "After Job" designation doesn't seem to work ongoingly.
    2.  I can review both jobs "A" and "B" for any "Predecessor" or "Successor" jobs, and, the first jobs to run after the initial set-up DO reference each other (in other words, let's say I schedule job "B" to run "After job" "A" on Tuesday.  After Tuesday's run, Job "A" sees job "B" as it's "Successor" job and job "B" sees job "A" as it's "Predecessor" job), but the definition doesn't last into the next day ONLY FOR JOB "B" (as I mentioned, job "A" always runs fine).
    3.  I can't set the "periodcity" for job "B" because, once I flag it to run "After Job" "A", the "period" options disappear.
    4.  One final tidbit: the variant for job "B" has a "key date" specified so the date is dynamic for each day the job runs.  I can set up job "B" to run "Daily" with this variant and it runs fine, but I wanted it to run AFTER job "A" so it never runs if job "A" doesn't run.  (At this point, it's becoming a matter of principal!)
    Here's my question:
    Why won't job "B" continue to run "Daily" after job "A" (a "Daily" job) runs?
    Thanks in advance,
    Lara

    Please close this thread since you posted the same question here:
    [SM36/37: Specification "After Job" does not work for Daily "periodcity"|SM36/37: Specification "After Job" does not work for Daily "periodcity";

  • DBMS DataPump - Export - ORA-31626: job does not exist - Appreciate ur help

    I'm getting the following error while executing the following two stored procedures. I googled and tried some solution out there but, couldn't fix it yet. I think I have all granted permissions. Sometime back when I ran the schema_export procedure it worked in the first attempt and not after that.
    ORA-31626: job does not exist
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 79
    ORA-06512: at "SYS.DBMS_DATAPUMP", line 902
    ORA-06512: at "SYS.DBMS_DATAPUMP", line 4758
    ORA-06512: at "KUMAR.PARTIAL_EXPORT", line 14
    ORA-06512: at line 2
    Partial Table Export:
    create or replace PROCEDURE partial_export
    AS
    l_dp_handle NUMBER;
    l_last_job_state VARCHAR2 (30) := 'UNDEFINED';
    l_job_state VARCHAR2 (30) := 'UNDEFINED';
    l_sts ku$_status;
    l_job_name VARCHAR2 (100);
    l_dirname VARCHAR2 (100);
    l_filename VARCHAR2 (100);
    BEGIN
    l_filename := 'myexpfile.dmp';
    -- sets the job name
    l_job_name := 'BZ' || SYSDATE;
    l_dp_handle :=
    DBMS_DATAPUMP.OPEN (operation => 'EXPORT',
    job_mode => 'TABLE',
    remote_link => NULL,
    job_name => l_job_name,
    VERSION => 'LATEST'
    --specify the database directory  and the filename for the export file  
    DBMS_DATAPUMP.add_file (handle => l_dp_handle,
    filename => l_filename,
    DIRECTORY => 'TEST_DIR'
    DBMS_DATAPUMP.add_file (handle => l_dp_handle,
    filename => l_filename || '.LOG',
    DIRECTORY => 'TEST_DIR',
    filetype => DBMS_DATAPUMP.ku$_file_type_log_file
    --specify the tables that I want to export. (EMP,DEPT)  
    DBMS_DATAPUMP.metadata_filter (handle => l_dp_handle,
    NAME => 'NAME_EXPR',
    VALUE => 'IN (''EMP'', ''DEPT'')'
    -- set subset data export. exports only rows that eno > 400
    DBMS_DATAPUMP.data_filter (handle => l_dp_handle,
    NAME => 'SUBQUERY',
    VALUE => 'WHERE eno > 400',
    table_name => 'EMP'
    -- set subset data export. exports only rows that dno > 500
    DBMS_DATAPUMP.data_filter (handle => l_dp_handle,
    NAME => 'SUBQUERY',
    VALUE => 'WHERE dno > 500',
    table_name => 'DEPT'
    DBMS_DATAPUMP.start_job (l_dp_handle);
    DBMS_DATAPUMP.detach (l_dp_handle);
    END;
    Schema Export:
    create or replace procedure schema_export
    as
    l_dp_handle NUMBER;
    l_last_job_state VARCHAR2(30) := 'UNDEFINED';
    l_job_state VARCHAR2(30) := 'UNDEFINED';
    l_sts KU$_STATUS;
    BEGIN
    l_dp_handle := DBMS_DATAPUMP.open(
    operation => 'EXPORT',
    job_mode => 'SCHEMA',
    remote_link => NULL,
    job_name => 'DB_EXPORT',
    version => 'LATEST');
    DBMS_DATAPUMP.add_file(
    handle => l_dp_handle,
    filename => 'dbexport.dmp',
    directory => 'TEST_DIR');
    DBMS_DATAPUMP.metadata_filter(
    handle => l_dp_handle,
    name => 'SCHEMA_EXPR',
    value => '= ''KUMAR''');
    DBMS_DATAPUMP.start_job(l_dp_handle);
    DBMS_DATAPUMP.detach(l_dp_handle);
    END;
    Appreciate your hlep.
    Thanks
    Kumar

    Thanks Satish.
    I don't have access to Oracle Metalink (I'm using Oracle personal edition). Can someone please post Oracle Metalink note 549781 here?
    I couldn't find any useful link when I googled this metalink note number.
    Appreciate your help.
    Thanks
    Kumar

  • Create Upgrade Evaluation Site Collections Timer Job does not send notification Email when the Site is created

    Hello Everyone,
    My problem is:
    The Create Upgrade Evaluation Site Collections job does not send a Notification Email when the Eval Site is created. I only get a notification E-Mail that mention that a Upgrade Evaluation Site Colletion is requested and then after 27 Days that the Evla
    Site will be deleted in three Days.
    My Enviroment:
    SharePoint Foundation 2013 Sp1 on Windows Server 2012
    Exchange 2010 SP3
    I hope someone can help.
    best regards
    domschi

    Hi domschi,
    As I understand, you didn’t receive email generated from Create Upgrade Evaluation Site Collections timer job. While you might receive email generated from Delete Upgrade Evaluation Site Collections.
    When you request an evaluation site collection, the request is added to a Timer job
     which runs once a day. You will receive an e-mail message when the upgrade evaluation site is available. This might take up to 24 hours. The message includes a link to the evaluation site. Upgrade evaluation site collections are set to automatically
    expire (after 30 days by default).
    Please go to CA > Monitoring > Review Job Definitions, locate issue timer job and click Run Now. Then go to Job History and check if the issue job failed to run.
    Also, please check if the email are received by Exchange Hub server.
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Print job does not enter queue

    When attempting to print from a program or a test page nothing happens.  The print queue shows zero documents in the queue.  All indicators say the printer is working and connected etc.  The print job simply does not enter the queue.  There is nothing in the queue.  I have emptied and stopped and started the spooler.  Hot and cold rebooted. Deleted printer and reinstalled. Zilch. **bleep**?
    This question was solved.
    View Solution.

    Hi,
    Please Download and Run the HP Print Scan Doctor from the Below Mentioned Link. That Should fix your Problem.
    Find and Fix Common Printer Problems Using HP Diagnostic Tools for Windows
    Regards,
    Salam_E
    I am a HP Employee
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Why OID Connector User Search Reconciliation Sch. Job  Does Not Link Users?

    Hi,
    I provisioned a user to the resource successfully; then I ran OID Connector User Search Reconciliation Sch. Job sucessfully. When i check the Reconcillation Event results, i can see the event related with my Sch. Job but in the details of the event Linked To part is empty. I am expecting to see linking result but unfortunately no linking result represented. It says Not linked to any user as result of Linked User field.
    Do u have any idea?

    In Form, i have the following Additional Column with the following Field Label --> KK
    In the ReconAttrMap, i have the following mapping --> Code: KK Decode: uid
    In the Reconcillation Rule, i have the following Rule --> User Profile Data: User Login
    Operator: Equals
                                                 Attribute: Kullanici Kodu
                                                      Transform: None
                                                      Case-Sensitive: Unchecked
                                                      Properties Set: Checked
    Rule is Valid and Active and Using AND Operator
    In the Resource Object, i have the following Reconcillation Field --> *KK [String], Required*
    In the Resource Object, i have the following Reconcillation Action Rules --> Rule Condition: One Entity Match Found Action: Establish Link
                                                                          Rule Condition: One Process Match Found Action: Establish Link
    Then i click to the Create Reconcillation Profile.
    Job still does not link Users. Any missing settings?

  • Job does not  complete

    I created a job using Oracle stored procedure. When I run the procedure manually it completes well. But when I run it using the configured job, it never completes after 18 hours. I need to restart database instance and kill it.
    Is there any way to find out what the job was doing all the time? Are there any log files. Please let me know, I'm new to Oracle jobs.

    Hi,
    It does not show it directly, but you can use it with the v$sqlarea view to find the SQL text. See here for more info
    http://www.dbasupport.com/oracle/ora10g/watching0101.shtml
    http://www.dbasupport.com/oracle/ora10g/watching0102.shtml
    The query should look like
    select sesion.sid,
           sesion.username,
           optimizer_mode,
           hash_value,
           address,
           cpu_time,
           elapsed_time,
           sql_text
      from v$sqlarea sqlarea, v$session sesion
    where sesion.sql_hash_value = sqlarea.hash_value
       and sesion.sql_address    = sqlarea.address
       and sesion.username is not nullHope this helps,
    Ravi.

  • Parallel threads does not work with brtools 7.20(12)

    hi,
    I am trying to rebuild an index online with BRTOOLS 7.20(12) and trying to specify parallel threads more than 1 which does not seem to accept, is this a know issue  .
    BR0657I Input menu 356 - please enter/check input values
    Options for rebuild of indexes: SAPSR3.VBOX~A (degree 1)
    1 * Rebuild action (action) ................... [rebuild]
    2 - Rebuild mode (mode) ....................... [online]
    3 ~ New destination tablespace (newts) ........ []
    4 - Parallel threads (parallel) ............... [1]
    5 ~ Index parallel degree (degree) ............ []
    6 ~ Category of initial extent size (initial) . []
    7 - Compression action (compress) ............. [none]
    8 # Index compression method (indcompr) ....... [ora_proc]
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:
    BR0280I BRSPACE time stamp: 2011-08-16 17.27.17
    BR0663I Your choice: '4'
    BR0682I Enter integer value for "parallel" (1-1) [1]:
    BR0280I BRSPACE time stamp: 2011-08-16 17.27.20
    BR0684W Invalid value for "parallel": '4'
    BR0682I Enter integer value for "parallel" (1-1) [1]:
    BR0280I BRSPACE time stamp: 2011-08-16 17.27.41
    BR0684W Invalid value for "parallel": '4'
    BR0682I Enter integer value for "parallel" (1-1) [1]:
    BR0280I BRSPACE time stamp: 2011-08-16 17.27.43
    BR0684W Invalid value for "parallel": '2'
    BR0682I Enter integer value for "parallel" (1-1) [1]:
    BR0280I BRSPACE time stamp: 2011-08-16 17.27.47
    BR0684W Invalid value for "parallel": '3'
    BR0682I Enter integer value for "parallel" (1-1) [1]:
    BR0280I BRSPACE time stamp: 2011-08-16 17.27.49
    BR0683I New value for "parallel": '1'
    thx Jonu

    Hi,
    you can check in option itself, range is 1-1
    BR0682I Enter integer value for "parallel" (1-1).
    try with Index parallel degree.
    thanks
    ashish

  • Crontab job does not execute Export script

    Hello Dear Oracle/Linux Gurus,
    I have limited knowledge about Cron job scheduling. After reading few articles/documentation, i have scheduled an Export job with crontab.
    When i run manually script (./exportuser.sh) Then its working fine. But with crontab is doesn't trigger. Log file exist but does not contain any entry, its empty.
    I would be grateful if you could let me know where is mistake?
    Thankyou in advance.
    ----Crontab entries are below here----
    oracle@backup-oracle:~/oracle/product/10.2.0/db_1/admin/orcl/dpdump> crontab -l
    # DO NOT EDIT THIS FILE - edit the master and reinstall.
    # (/tmp/crontab.XXXXFcYToV installed on Mon Dec 5 10:26:28 2011)
    # (Cron version V5.0 -- $Id: crontab.c,v 1.12 2004/01/23 18:56:42 vixie Exp $)
    * 21 * * * /home/oracle/oracle/product/10.2.0/db_1/rdbms/scripts/exportuser.sh > /home/oracle/oracle/product/10.2.0/db_1/rdbms/scripts/log/exportuser.log
    ----exportuser.sh is below here-----
    cd /home/oracle/oracle/product/10.2.0/db_1/admin/orcl/dpdump
    find /home/oracle/oracle/product/10.2.0/db_1/admin/orcl/dpdump -ctime +7 -exec rm{} \;
    export DATE=$(date +"%d-%m-%Y")
    exp scott/tiger file=scott_md_bk_$DATE.dmp log=scott_md_bk_$DATE.log rows=yes
    gzip scot_md_bk_*

    I suggest to put the following line at the beginning of your exportuser.sh script:
    date >> /tmp/exportuser.started
    Then check the output of /tmp/exportuser.started to see if the script gets actually called. Errors are normally dispatched by email to the user running the cron task. Did you receive any? You can also check the cron log file for errors and should verify that the cron daemon is actually running, e.g. "ps -ef | grep crond". Crontasks can run as root or any user who is allowed to run cron. I'm not so much familiar with Suse, which is quite different to other Linux distros.

  • Scheduled job does not stop even after the scheduling window closes

    We have written custom stats gathering job whose duration has been set as 14 hours in the schedule. This job starts daily at 6:00 PM and expected to complete upto 8:00 AM next day. But the problem is that this job continues to execute even after 14 hours. If we look at the dba_scheduler_job_run_details table, then its execution duration is about 16 - 19 hours daily. We could not understand as why it is not closed when scheduling window closes? Is there any problem with the scheduler configuration?
    select job_name
          ,program_name
          ,schedule_name
          ,schedule_type
          ,stop_on_window_close
      from dba_scheduler_jobs
    where job_name = 'GATHER_STATS_STD_JOB';
    Output:
    JOB_NAME
    PROGRAM_NAME
    SCHEDULE_NAME
    SCHEDULE_TYPE
    STOP_ON_WINDOW_CLOSE
    GATHER_STATS_STD_JOB
    GATHER_STATS_STD_PROGRAM
    GATHER_STATS_STD_SCHEDULE
    NAMED
    TRUE
    SELECT window_name
          ,schedule_owner
          ,schedule_name
          ,schedule_type
          ,start_date
          ,repeat_interval
          ,end_date
          ,duration
          ,window_priority
          ,next_start_date
          ,last_start_date
          ,enabled
          ,active
      FROM dba_scheduler_windows;
    window_name
    schedule_owner
    schedule_name
    schedule_type
    start_date
    repeat_interval
    end_date
    duration
    window_priority
    next_start_date
    last_start_date
    enabled
    active
    GATHER_STATS_STD_WINDOW
    sys
    GATHER_STATS_STD_SCHEDULE
    named
    +00 14:00:00.000000
    high
    23-feb-15 06.00.10.000000 pm +02:00
    23-feb-15 06.00.10.095878 pm +02:00
    TRUE
    TRUE
    We are using Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Prod on Linux platform.
    Message was edited by: Moazzam

    Straight out of the docs 83 DBMS_SCHEDULER
    stop_on_window_close
    This attribute only applies if the schedule of a job is a window or a window group. Setting this attribute to TRUE implies that the job should be stopped once the associated window is closed. The job is stopped using the stop_job procedure with force set to FALSE.
    Having said that, stop_job with force applies to whether information about the job is gathered - you would have to test, but I believe that the statistics gather will be terminated in the middle of whatever it's doing.
    Update: force says:
    force
    If force is set to FALSE, the Scheduler tries to gracefully stop the job using an interrupt mechanism. This method gives control back to the slave process, which can update the status of the job in the job queue to stopped. If this fails, an error is returned.
    If force is set to TRUE, the Scheduler will immediately terminate the job slave. Oracle recommends that STOP_JOB with force set to TRUE be used only after a STOP_JOBwith force set to FALSE has failed.

  • Job does not start once I submit it? I don't know why.

    I am trying to burn my final cut project onto a dvd so I can take it from the office and watch it at home. It doesn't matter how good the quality is for now because I just want to make some notes. I have brought the file from final cut into Compressor and set the target as MPEG-2 5.0Mbps 1-pass because that that is the target for DVD 120 minutes encoder. It also has the DVD Dolby Audio target as well. Now everything was going smoothly but when I submitted the job it did not proceed to do anything. It came up like it was going to but the progress bar didn't start and the time remaining looked like this:
    Does anyone have any suggestions? Thanks for the help.

    Maybe go into System Preferences (Apple menu top left of screen), go to the QMaster settings pane, Stop Sharing, wait a minute, then Start Sharing.

  • Parallels Desktop does not run - the application parallels desktop quit

    Keep getting the popup error "The application Parallels Desktop quit unexpectedly" Ignore report or relaunch. I have reinstalled parallels numerous times to no avail. I have reported this issue numerous times to Mac over the last couple months and nothing yet.
    Is the application conflicting with something or does it just not work. I have also went to the parallels website and got the latest version.
    Any help or guidance greatly appreciated.

    I had the same frustrating problem. I found the answer here and it worked perfectly!
    First I ran the uninstaller from my original Parallels Desktop 3.0 for Mac cd and got rid of the application completely.
    Then I went to http://forum.parallels.com/pda/index.php/t-22328.html and looked at the post for 8/13/2008 10:28 PM
    It says:
    Build is to old
    Please download build 5608 following link bellow:
    http://download.parallels.com/v3/en/GA/Parallels-Desktop-5608-Mac-en.dmg
    and reinstall Parallels Desktop as described in kb
    http://kb.parallels.com/en/4790
    As per directions, I repaired the disk permissions.
    Then as per the directions, I downloaded the build 5608 which is a Parallels Desktop 5608 application installer.
    Lastly, you should know that I did NOT follow the directions for the terminal section. I was not comfortable messing around in there. I skipped it, ran the Parallels Desktop 5608 installer and I was up and running very quickly. Even though I skipped the terminal step, it works perfectly. I think it's because the uninstaller had already deleted the files that were referred to in the terminal directions.
    J.A.L.

  • Jobs does not start

    Hello, jo
    I got the issue wich is described below.
    "The job failed.  The Job was invoked by User IPCC1\CRSAdministrator.  The last step to run was step 3 (Detect nonlogged agent shutdown.)."
    I do not know what is the impact if I  start it because the Cisco Contact Center is in production.
    All the best,
    Gudila Aurelian.

    If you have created a database storage selector, you don't need to include media manager parameters in the RMAN script. You would include media manager parameters in script, if you want to override the database storage selector settings. For example, in the database storage selector you have indicated that the media family is mf_rman...OSB will automatically use that media family based on database storage selector settings. Per the RMAN script, you want this backup operation to use mf_rman...since database storage selector already defines this, you don't need to include it in the RMAN script. If your database storage selector defines use of mf_rman media family but you want a particular backup to use "foo" media family, then you would include that parameter in your script so it would override the database storage selector.

Maybe you are looking for

  • Videos on Apple's Website

    Guys, Whenever I try to watch any of Apple's video presentations on the Apple website I get a dialog box that says: "The file you are trying to play has failed to finish dowloading and can no longer play." Any ideas on how to fix this? Thanks. Regard

  • XML-Document with special characters

    Hallo i have an oracle database with a table of XmlType. Now i want to insert the following document: <message> <to>[email protected]</to> <from>[email protected]</from> <subject>Question</subject> <body>über den Wolken</body> </message> The problem

  • Problem with session.removeAttribute()

    Hi, After doing <% session.removeAttribute("USER");%>from one jsp, if i say <% =session.getAttribute("USER") %>in another jsp, I still get the value of the session variable USER. Can anybody tell what might be the problem ??? Thanks !

  • Premiere Elements 4.0 shuts down 15 minutes into my photo slideshow

    I have created a photo slideshow in Premiere Elements 4.0. I'm using a Gateway Laptop - 2.00 GB, 32-Bit operating system. I checked available space on my C-hard drive and it shows: 43.6 GB of available space. At approximately 15 minutes and 44 second

  • Performance Release causes link failure with undefined ref to `__sincos'

    I noticed while building a shared library with performance release for the C compiler that linking to the library has problems due to an undefined reference to __sincos. This is a mixed fortran and c library. The fortran is fine being compiled with p