Log oracle generates? doubt on rowid

Hi All,
My oracle database : 10g
lets say I fire a commit and after that I insert 100 rows in a table, I have been told that oracle takes all these insert statements data in a log file and once a commit is issued, it goes on and write this data physically on the database file(DBF file), If I want to access this log, could any1 help me how to do that?
PS: I give u a context why I am asking this question since I am an informatica developer and we have 2 options of loading data into the oracle table, first is normal where oracle generates log for all the dml statements untill a commit is fired and the other one is the BULK mode(considered as a performance enhancing option) which actually skips this log that oracle generates(I want more information about this log but since I don't know the name of this log hence this question).
Some1 asked this question in an interview:
Where does oracle store rowid's ? in the database file itself? is a rowid unique for every row in the database regardless of many schemas(every schema on a different tablespace/database file)?
rowid's could it be duplicated in case where a database comprises of only 2 schema's where both these schema's have different tablespaces?
Many thanks
Rahul

Rowid is unique for the rows in a given table. It can be shared by two rows in tables belonging to the same cluster.
Guess you mean the redo log, and your bulk mode is the direct path insert.
So yes, redo log ensures recovery of data, and direct path directly writes on the disk, and does not have to write redo log... but the database should not be in force logging (which is required for data guard replication).
Also note that commit does not write data physically : non commited data can be written on disk, and commited data could not be written to the disk. The synchronization between buffer cache and disk does not depend on transaction mechanism. (Though synchronization is somehow linked to redo log, as redo log switches issues checkpoint)

Similar Messages

  • Oracle generate trace file when log switch

    Hi,
    i am using oracle 9.2.3 on solaris 9. I found oracle generate a trace file in UDUMP directory when log file switch.
    could anyone tell me how to tell oracle not to generate the trace file when log switch?
    thanks a log

    During switch are seeing any error in alert log? By the way what is the content of that trace file? Is any event set in your init.ora?
    Thanks and Regards,
    Satheesh Babu.S
    Bangalore

  • FF logs not generating

    Hi Gurus,
    We got a probleme here. FF logs are not coming to controller for few ids.
    For ID's its generating and approver can see the logs in inbox.
    Controller getting the notification but not able to see the logs.
    Action usage table is full , is this causing issue But I doubt because for some ids its generating.
    Sync jobs running successfully. Can anyone suggest anything ?

    Hi  Alessandro,
    Thanks for your reply. I thought the same . I checked roles , controller settings - it's workflow only.
    There are diff. FF ids - category -a and Category -B .
    for Category a - Logs getting generating and for Category B - Controller gettings notification email but in work inbox - No logs.
    I have checked the Jobs - running successful . Data is present in R/3 System but not coming in Inbox to take action.
    Our client email address is different than ours - So I check that too . May for external email we are not getting logs but for some we are getting.
    What can be cause .. I have almost everthing . Can you please suggest if anything am missing or  i can check.
    Thanks a lot for your time.
    Munish Kumar

  • Logs are generating with owner and group as 'root'

    Hi,
    In our newly installed and configured Oracle application server(10.1.3.5), the logs are generating with owner and group as 'root'.
    Location: $ORACLE_HOME/Apache/Apache/logs
    -rw-r----- 1 root root 6700 Apr 3 02:03 access_log.1364947200
    -rw-r----- 1 root root 430 Apr 3 02:04 error_log.1364947200
    We have configured it on port 80. For this the '.apachectl' ownership and permissions are changed as below:
    -rwsr-s--- 1 root dba 1703780 Jul 21 2009 .apachectl
    Kindly let me know what are the changes to be made, for the logs to be generated with the group as 'dba' instead of 'root'.
    Thanks.
    Edited by: 985284 on Apr 3, 2013 3:14 AM
    Edited by: 985284 on Apr 3, 2013 4:22 AM

    Ok - that is quit weird then. If you want to run the HTTP Server on a privileged port, you basically change the ownership of the .apachectl executable :
    cd ORACLE_HOME/Apache/Apache/bin
    chown root .apachectl
    chmod 6750 .apachectlas per [url http://docs.oracle.com/cd/B25221_05/core.1013/b25209/ports.htm#CIHJEEJH]documentation.
    Your user and group directive should be set to :
    User oracle
    Group dbaUpon starting, the http server would start as root and then switch the effective userid of the process from root to oracle. In the process list (ps -ef | grep httpd), you should see oracle.
    Do you have the same configuration and what do you see in the process list?

  • By default at which location P6 publication services log is generated.

    I am using P6 8.3
    My project publication is failing.
    i want to check log.
    may i know bydefault at which location P6 publication services log is generated.
    If i want to change log location..how to chnage?

    Hi,
    Please make sure that you have the following permissions set for the br* files as per the note 113747.
    Files : brarchive, brbackup, and brconnect
    Permission: 4775
    Owner: ora<sid>
    Group:   sapsys   ...
    The brarchive, brbackup, and brconnect can be started by the ora<sid> or the <sid>adm OS user.
    Files : brrestore, brrecover, brspace and brtools
    Permission: 755
    Owner: <sid>adm
    Group: sapsys
    The brrestore, brrecover, brspace and brtools should only be started by the ora<sid> OS user.
    Regards,
    Varadharajan M

  • Find how many archive logs are generated and backup through RMAN

    friends,
    how many arhcive logs are generating between 2 consecutive backups through RMAN.
    Ur help is really appricated.
    Thanks

    Sorry, I misunderstood the question
    I think you are not asking how many logs are generated since last backup. My initial repy was the answer for this
    The answer of you question on 10G R2 is like below. Query groups your archivelog backup sessions and counts the logs in one session which is the number of generated archivelog file between two backup session/.
    select session_key,count(sequence#) from V$BACKUP_ARCHIVELOG_DETAILS group by session_key order by 1 desc
    Coskan Gundogar
    http://coskan.wordpress.com

  • Log file generating

    Hello All,
    When we execute a .sql file in CMD prompt using oracle client, the generated log file will be created in the file execution path.
    e.g.,
    C:\Users\xxx\Desktop>
    But when a .sql file is executed in Pentaho tool as a transformation, I am unable to get any physical log file as a result of the .sql execution. Is there any default location for the log creation or doesnt pentaho create any physical files for logging. Kindly help me.

    You can specify the log file location at command line
    -logfile=Location/log_file.txtAnd please not this is a forum for SQL and PL/SQL issues..Please dont post these questions here..

  • Enable SQL Query logging while generating a report

    I am a newbie to BI Publisher. We are using Oracle BI Publisher 11.1.1.5.0 for reports generation.
    I am trying to get the actual SQL query executed when a report is generated.
    It would be great if any one can share some tips to enable SQL query logging and how to verify it.
    Thanks,
    Satya

    Thanks for your response.
    It seems the NQQuery.log is for OBIEE not for BI Publisher. I could see the admin guide refers to Oracle Fusion Middleware System Administrator's Guide for Oracle Business Intelligence Enterprise Edition.
    I raised an SR at myoraclesupport (MOS), I got a response saying enable SQL query log option is not available in BIP.
    Best regards,
    Satya

  • DB14: BRBACKUP logs not generating

    Dear Team,
    We have an ECC 6.0 Production system.
    1--> In DB14 tcode while monitoring the BRBACKUP logs, we could find no logs generated since past 3 days.
           Till now its not generating any logs.
    2-->We have checked the Redo Log Backups logs, its uptodate till today.
    3-->We had no maintainance activity or shutdown of the system.
    4-->We have informed our DB team also.But they revert saying 'This is via BR tool and DBA do not have control on this'.
    Pleas let us know if there is any setting that we need to look into...
    Regards
    Imaan

    imaan.shaikh wrote:
    balaram reddy wrote:
    > Hi,
    > >
    > > usually backup logs generating in /oracle/<SID>/sapbackup path . Can you please check the alert<sid>.log file any issues in database. and please chek the /oraarch files also is it archived successfully or not day by day.
    > > may i know , any third party  backup tools are you using ??
    > >
    > > regards,
    > > balaram
    >
    >
    >    Hi,
    >
    > 1. The last successful backup happened on 6-mar-2012 . we can see backup logs upto 6th march but after that logs aren't generating
    >
    > 2.   Here are some logs from alert<sid>.log file
    Wed Mar  7 11:23:45 2012
    Completed checkpoint up to RBA [0xfb8b.2.10], SCN: 7849883715886
    Wed Mar  7 11:23:45 2012
    Beginning log switch checkpoint up to RBA [0xfb8e.2.10], SCN: 7849883731013
    Wed Mar  7 11:23:45 2012
    Thread 1 advanced to log sequence 64398 (LGWR switch)
      Current log# 2 seq# 64398 mem# 0: /oracle/PRD/origlogB/log_g12m1.dbf
      Current log# 2 seq# 64398 mem# 1: /oracle/PRD/mirrlogB/log_g12m2.dbf
    Thread 1 cannot allocate new log, sequence 64399
    Checkpoint not complete
      Current log# 2 seq# 64398 mem# 0: /oracle/PRD/origlogB/log_g12m1.dbf
      Current log# 2 seq# 64398 mem# 1: /oracle/PRD/mirrlogB/log_g12m2.dbf
    Wed Mar  7 11:24:00 2012
    Completed checkpoint up to RBA [0xfb8c.2.10], SCN: 7849883721236
    Wed Mar  7 11:24:00 2012
    Beginning log switch checkpoint up to RBA [0xfb8f.2.10], SCN: 7849883735168
    Wed Mar  7 11:24:00 2012
    Thread 1 advanced to log sequence 64399 (LGWR switch)
      Current log# 3 seq# 64399 mem# 0: /oracle/PRD/origlogA/log_g13m1.dbf
      Current log# 3 seq# 64399 mem# 1: /oracle/PRD/mirrlogA/log_g13m2.dbf
    Wed Mar  7 11:24:11 2012
    Thread 1 cannot allocate new log, sequence 64400
    Checkpoint not complete
      Current log# 3 seq# 64399 mem# 0: /oracle/PRD/origlogA/log_g13m1.dbf
      Current log# 3 seq# 64399 mem# 1: /oracle/PRD/mirrlogA/log_g13m2.dbf
    Wed Mar  7 11:24:12 2012
    Completed checkpoint up to RBA [0xfb8d.2.10], SCN: 7849883726339
    Wed Mar  7 11:24:12 2012
    Beginning log switch checkpoint up to RBA [0xfb90.2.10], SCN: 7849883739909
    Wed Mar  7 11:24:12 2012
    Thread 1 advanced to log sequence 64400 (LGWR switch)
      Current log# 4 seq# 64400 mem# 0: /oracle/PRD/origlogB/log_g14m1.dbf
      Current log# 4 seq# 64400 mem# 1: /oracle/PRD/mirrlogB/log_g14m2.dbf
    Thread 1 cannot allocate new log, sequence 64401
    Checkpoint not complete
      Current log# 4 seq# 64400 mem# 0: /oracle/PRD/origlogB/log_g14m1.dbf
      Current log# 4 seq# 64400 mem# 1: /oracle/PRD/mirrlogB/log_g14m2.dbf
    Wed Mar  7 11:24:25 2012
    Completed checkpoint up to RBA [0xfb8e.2.10], SCN: 7849883731013
    Wed Mar  7 11:24:25 2012
    Beginning log switch checkpoint up to RBA [0xfb91.2.10], SCN: 7849883743945
    Wed Mar  7 11:24:25 2012
    Thread 1 advanced to log sequence 64401 (LGWR switch)
      Current log# 1 seq# 64401 mem# 0: /oracle/PRD/origlogA/log_g11m1.dbf
      Current log# 1 seq# 64401 mem# 1: /oracle/PRD/mirrlogA/log_g11m2.dbf
    Wed Mar  7 11:24:39 2012
    Thread 1 cannot allocate new log, sequence 64402
    Checkpoint not complete
      Current log# 1 seq# 64401 mem# 0: /oracle/PRD/origlogA/log_g11m1.dbf
      Current log# 1 seq# 64401 mem# 1: /oracle/PRD/mirrlogA/log_g11m2.dbf
    Wed Mar  7 11:24:40 2012
    Completed checkpoint up to RBA [0xfb8f.2.10], SCN: 7849883735168
    Wed Mar  7 11:24:40 2012
    Beginning log switch checkpoint up to RBA [0xfb92.2.10], SCN: 7849883749377
    Wed Mar  7 11:24:40 2012
    Thread 1 advanced to log sequence 64402 (LGWR switch)
      Current log# 2 seq# 64402 mem# 0: /oracle/PRD/origlogB/log_g12m1.dbf
      Current log# 2 seq# 64402 mem# 1: /oracle/PRD/mirrlogB/log_g12m2.dbf
    >
    > 3. The redo log archive backup is successfully completed as of date
    >
    > 4. we are taking the backup using BACKINT file.

  • New windows pop up eveytime oracle generate archives

    Hi,
    i have strange things happened today to me.
    every time i generate new archives log, black windows pop up telling me this archives is ok and it ships to the destination
    this is the contents of the windows
    (ubix)
    ARC1: Beginning to archive thread 1 sequence 40852 (1162594140-1162597001) (XXX
    ╔═════════════════════════════════════════════════════════════════════════════╗
    ║ Press <ENTER> to acknowledge message.

    ╚═════════════════════════════════════════════════════════════════════════════╝
    ╔═════════════════════════════════════════════════════════════════════════════╗
    ║ Press <ENTER> to acknowledge message.

    ╚═════════════════════════════════════════════════════════════════════════════╝
    ARC1: Closing local archive destination LOG_ARCHIVE_DEST_1: 'D:\ORACLE\ARCLOG\LO
    G\ARCH1_40852_629923065.DBF'
    (ubix)
    ╔═════════════════════════════════════════════════════════════════════════════╗
    ║ Press <ENTER> to acknowledge message.

    ╚═════════════════════════════════════════════════════════════════════════════╝
    ARC1: Completed archiving thread 1 sequence 40852 (1162594140-1162597001) (XXX)
    ╔═════════════════════════════════════════════════════════════════════════════╗
    ║ Press <ENTER> to acknowledge message.

    ╚═════════════════════════════════════════════════════════════════════════════╝
    SQL> archive log list;
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination D:\Oracle\arclog\log
    Oldest online log sequence 40850
    Next log sequence to archive 40853
    Current log sequence 40853
    SQL>
    How can i disable it?
    MY oracle is 10.1.0.4
    OS is winodws 2003 sp2

    I was thinking about something else, is this could be like automatic trace file
    i set up my log_archive_start parameter to false and still this is
    SQL> archive log list;
    Database log mode Archive Mode
    Automatic archival Enabled => i guess this should disable
    Archive destination D:\Oracle\arclog\log
    Oldest online log sequence 40853
    Next log sequence to archive 40856
    Current log sequence 40856
    i dont know maybe i am in the wrong path here.
    i did this
    SQL> alter system switch logfile;
    System altered.
    and the windows pop up again
    ARC1: Creating local archive destination LOG_ARCHIVE_DEST_1: 'D:\ORACLE\ARCLOG\L
    OG\ARCH1_40857_629923065.DBF' (thread 1 sequence 40857)
    (ubix)
    ╔═════════════════════════════════════════════════════════════════════════════╗
    ║ ║
    ║ Warning - The following error occured during ORACLE redo log archival: ║
    ║ ║
    ╚═════════════════════════════════════════════════════════════════════════════╝
    ╔═════════════════════════════════════════════════════════════════════════════╗
    ║ Press <ENTER> to acknowledge message.

    ╚═════════════════════════════════════════════════════════════════════════════╝
    ARC1: Beginning to archive thread 1 sequence 40857 (1162611192-1162611499) (ubix
    ╔═════════════════════════════════════════════════════════════════════════════╗
    ║ Press <ENTER> to acknowledge message.

    ╚═════════════════════════════════════════════════════════════════════════════╝
    ARC1: Closing local archive destination LOG_ARCHIVE_DEST_1: 'D:\ORACLE\ARCLOG\LO
    G\ARCH1_40857_629923065.DBF'
    (ubix)
    ╔═════════════════════════════════════════════════════════════════════════════╗
    ║ Press <ENTER> to acknowledge message.

    ╚═════════════════════════════════════════════════════════════════════════════╝
    ARC1: Completed archiving thread 1 sequence 40857 (1162611192-1162611499) (ubix)
    ╔═════════════════════════════════════════════════════════════════════════════╗
    ║ Press <ENTER> to acknowledge message.

    ╚═════════════════════════════════════════════════════════════════════════════╝
    SQL> archive log list;
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination D:\Oracle\arclog\log
    Oldest online log sequence 40855
    Next log sequence to archive 40858
    Current log sequence 40858
    SQL>
    so i guess its kind like trace something
    What do you think?>

  • OraOLEDB.Oracle generates error when retreiving a table with anydata col

    Hi,
    I use OraOLEDB.Oracle to connect from VB6 to oracle, and ADODB recordsets.
    I have a procedure that returns a table (using a cursor), the table has a column of type sys.anydata.
    I get this error: ROW-00004: Invalid column datatype
    I have to mention that it works excelent for anything that does not contain sys.anydata.
    I use Oracle 9.2.
    Thanks in advance,
    pesq

    I tried your solution, but it didn't work. I get an error (incorrect column number):
    Caused by: java.sql.SQLException: Niepoprawny indeks kolumny
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:208)
    at oracle.jdbc.driver.OracleCallableStatement.registerOutParameterInternal(OracleCallableStatement.java:121)
    at oracle.jdbc.driver.OracleCallableStatement.registerOutParameter(OracleCallableStatement.java:283)
    at oracle.jdbc.driver.OracleCallableStatement.registerOutParameter(OracleCallableStatement.java:363)
    at (...).Row$1.createCallableStatement(Row.java:82)
    at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:836)
    ... 69 more
    The code is following:
                        String query = "BEGIN insert into movement (doc_number) values ('abc') returning id into :?; END;";
                        OracleCallableStatement cs = (OracleCallableStatement) c.prepareCall(query);
                        cs.registerOutParameter(1, OracleTypes.NUMBER);
                        cs.execute();
                        LOG.debug("result:"+ cs.getInt(1));
    I used Oracle database 10.2.0.1 with jdbc thin driver ojdbc14.jar. Could you point out your configuration?
    Regards,
    Rafal Rusin
    www.mimuw.edu.pl/~rrusin

  • Upgrading oracle applications doubt

    Hi,
    I am upgrading oracle applications from 11.5.10.2 to R12.1.1 in linux OEL 5.
    I have successfully upgraded the db from 9.2.0.6 to 10.2.0.5. And also new R12.1.1 file system is laid.
    Now following upgrade guide, updated pfile as per R12 requirement and started the db with 10.2.0.5. [ Page 3-3 in R121 upgrade guide].
    The next step is to apply the patch AD 7461070 [point 9 in page 3-5 page of r121 upgrade guide].
    This patch needs to be applied on R12 application owner. But in my database release_name is 11.5.10.2.
    How can i apply this patch??
    Thanks
    Taher

    Hi Taher,
    1). First Created the R12 code tree. [Installed 11g db. Is this 11g DB HOME is of any use].This is the default ORACLE_HOME which comes with the installer -- You do not need to use it.
    Database Preparation Guidelines for an E-Business Suite Release 12.1.1 Upgrade [ID 761570.1]
    2). Upgraded the DB from to 10.2.0.5. So does it mean i can use this 10.2.0.5 with both 11i and R12 just created in step 1.Not at the same time, as you will end up having R12 accessing the database (see the doc referenced above).
    3). While applying the AD PATCH 7461070 i should copy adgrants to 10g ORALCE HOME. [not to 11g].
    applclone -> 11i appl. owner
    applr12 -> r12 appl. ownerYes, as you are still on 10g.
    I am posting the log file here. I knew that i can not apply R12 patch in 11.5.10.2 environment. What i did was i applied the patch R12_8576725 environment.
    As you have asked the log file.
    AutoPatch error:
    adprdf(): At line 3 in file u8576725.drv:
    This patch cannot be applied to your current release.
    Patch's intended release is "12.0.0"
    Your current release is "11.5.10.2"
    Freeing includes hash table
    Freeing fixes hash table
    Freeing basedons hash table
    Freeing entities hash tableHave you completed all the steps as per the upgrade document and run AutoConfig. I do not think this is relevant to which env file you are sourcing, as the RELEASE_NAME column value is still 11.5.10.2 and it should be 12.x.x (as you mentioned above). So, please mention the steps you have followed to upgrade this instance.
    Thanks,
    Hussein

  • Log Action, Xpath Doubt in OSB Proxy Service

    Hello All,
    I am calling a business service from PS using the service callout(request variable is request and response variable is reponse). In the response action of the service callout, i am logging the variable response (as $response) and i get the following payload in the log file which is the correct response from business service, so far so good...
    Response of ProcessB: <ProcessBProcessResponse xmlns="http://xmlns.oracle.com/ProcessB" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing">
    <ResponseHeader>
    <code>[email protected]</code>
    <type>[email protected]</type>
    <description>Status</description>
    </ResponseHeader>
    <Flag>2012-08-04</Flag>
    If i want to see the specific element like ResponseHeader, i tried multiple ways like as below...
    1. $response/ProcessBProcessResponse
    2. $response/procB:ProcessBProcessResponse (here procB is the prefix of the namespace which i have added to the list of namespace definitions in the proxy service)
    3. $response/ProcessBProcessResponse/ResponseHeader
    4. $response/procB:ProcessBProcessResponse/procB:ResponseHeader (here procB is the prefix of the namespace which i have added to the list of namespace definitions in the proxy service)
    For all the above 4 cases, i am getting the value of '>' logged to the log file...
    Can someone please tell me why can't i see the individual element logged ?? is that because the individual elements doesn't have the namespace prefix associated with its tags in the response??
    someone please calrify, any help highly appreciated ??
    Thanks.

    prabu,
    thanks for the reply.
    I tried your expression, still i am getting the same output as mentioned earlier like : >
    Please help

  • Photoshop CS6 installer will not initialize - no log files generated

    Hi,
    I am trying to reinstall Photoshop CS6 on a new computer I purchased. When I run the installer, the progress bar gets to the end and sits there for several minutes. Then the Adobe Installer windows just closes and no other installation windows open up. I have checked the /Library/Logs/Adobe/Installers directory for a log file to see what is happening. But no log file is being generated.
    Prior to installation, I ran the Adobe uninstaller as well as ZapIt to remove any old or corrupted CS 6 files.
    I am running a 2014 macbook pro, Maverick OS 10.9.5. The machine has plenty of disk space and ram.
    I am at my wit's end. Can anybody give me any guidance?

    Photonut65 if the installer is failing to initialize then you will want to review the PDApp.log located in your temp directory.  You can find more details at Troubleshoot with install logs | CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html.

  • Audit Log Report generating an "Out of Memory" error message.

    Greetings. We are a new IDM customer. We are running IDM 6.0 with an Oracle database. We are now getting the following error message when we run the IDM Audit Log Report for Today's Activities:
    "java.lang.OutOfMemoryError".
    How do we increase the memory setting for reporting? Thanks.

    Hi,
    I am also getting the same error. I have netbeans with tomcat andi modified the setting the netbeans.conf to
    netbeans_default_options="-J-Xms32m -J-Xmx750m -J-XX:PermSize=32m -J-XX:MaxPermSize=750m -J-Xverify:none -J-Dapple.laf.useScreenMenuBar=true"
    i have 896MB of RAM. However, the error is still showing up? Any ideas on how to resolve this?
    Thanks,

Maybe you are looking for

  • RFC metadata change: how to refresh?

    Hi everybody I have a RFC in my model. If, after import, its metadata are changed, the new in/out parameters are ignored by VC. How can I workaround this problem (i.e. cache refresh, force metadata import again, ...) without renaming the RFC? Thanks

  • Writing the datas from 2 files into 3rd File?

    Hi, I am reading datas from 2 files Say, Example1.txt Ashok Babu Chenthil Danny Example2 .txt ^data1^data2^data3 ^data1^data2^data3 ^data1^data2^data3 ^data1^data2^data3 I want those data's to be written in a 3rd file. Say, Example3.txt Ashok^ data1^

  • Delay after key stroke in iPhoto following latest update

    I just updated to the latest version of iPhoto in the hope of seeing improvements which I am sure they are. However, right now, the only change I see is that there is a delay after each character I type in the legend.  It is unbearable and close to b

  • Problems with producing PDFs via Adobe Acrobat Prof 11

    Hello we have the following problem: While producing several word documents via PDF Printer (we have insallted the latest version of Adobe Acrobat Professional 11) we receive error messages like %%[ ProductName: Distiller ]%% %%[ Error: /EMC pdfmark

  • What is root level of backup drive

    I have instructions  to transfer backups from current backup drive to new backup drive. It says to drag the current backup drive to the ROOT LEVEL of the new backup drive. What is the root level? Thanks, Kathy