UPGRADE 10g XE to APEX 3.2

Dear sir
I have Oracle 10g XE 10.2 with Pre-Install APEX 2.1 . I won't to Upgrade APEX 2.1 to Apex 3.2
Please Help me I try APEX Installation Guide but not get result
Thx

Dear Sir
Thank you , On my XP , IE 8 , 10 XE with Apex 2.1 i recd following error on step no.2 & 3
Apex unzipped at D:\apex
when i start doing following step , there is no change [Go To Database Home Page] i see original XE 10.2 and Apex 2.1
1. @apxrtins SYSAUX SYSAUX TEMP /i/ Run Ok
2,SQL> @d:\apex\apxchpwd
Enter a value below for the password for the Application Express ADMIN user.
Enter a password for the ADMIN user []
ERROR:
ORA-01435: user does not exist
...changing password for ADMIN
wwv_flow_security.g_security_group_id := 10;
ERROR at line 3:
ORA-06550: line 3, column 5:
PLS-00201: identifier 'WWV_FLOW_SECURITY.G_SECURITY_GROUP_ID' must be declared
ORA-06550: line 3, column 5:
PL/SQL: Statement ignored
ORA-06550: line 4, column 5:
PLS-00201: identifier 'WWV_FLOW_SECURITY.G_USER' must be declared
ORA-06550: line 4, column 5:
PL/SQL: Statement ignored
ORA-06550: line 5, column 5:
PLS-00201: identifier 'WWV_FLOW_SECURITY.G_IMPORT_IN_PROGRESS' must be declared
ORA-06550: line 5, column 5:
PL/SQL: Statement ignored
ORA-06550: line 8, column 23:
PL/SQL: ORA-00942: table or view does not exist
ORA-06550: line 7, column 15:
PL/SQL: SQL Statement ignored
ORA-06550: line 13, column 32:
PLS-00364: loop index variable 'C1' use is invalid
ORA-06550: line 12, column 9:
PL/SQL: Statement ignored
ORA-06550: line 19, column 5:
PLS-00201: identifier 'WWV_FLOW_SECURITY.G_IMPORT_IN_PROGRESS' must be declared
ORA-06550: line 19, column 5:
PL/SQL: Statement ignored
Commit complete.
3. SQL> @d:\apex\apxldimg d:\apex
PL/SQL procedure successfully completed.
Directory created.
if wwv_flow_utilities.db_version_is_at_least('11') then
ERROR at line 32:
ORA-06550: line 32, column 25:
PLS-00302: component 'DB_VERSION_IS_AT_LEAST' must be declared
ORA-06550: line 32, column 3:
PL/SQL: Statement ignored
PL/SQL procedure successfully completed.
if wwv_flow_utilities.db_version_is_at_least('11') then --11g only
ERROR at line 16:
ORA-06550: line 16, column 25:
PLS-00302: component 'DB_VERSION_IS_AT_LEAST' must be declared
ORA-06550: line 16, column 3:
PL/SQL: Statement ignored
Commit complete.
timing for: Load Images
Elapsed: 00:00:34.80
Directory dropped.

Similar Messages

  • Problem upgrading 10g Express to Apex 3.1.2

    I have Oracle Database 10g Express Edition Release 10.2.0.1.0 installed on windows XP. I want to develop an application using oracle express (apex), so I thought it would be a good idea to upgrade apex (from the default apex 2.0 that came with 10g xe) to the latest, release 3.1,2 before starting. I have tried up to upgrade twice & it has failed. Without going into a ton of details, based on log errors that I saw each time, it looks like installation script, apexins.sql, expects the 1st param to be the default tablespace instead of the password. Any ideas about this?
    My other questions are:
    1) Prior to upgrading to rel 3.1.2, do I need to create the apex user/passwd FIRST? The doc did not say to create the account first.(so I didn't). It says apexins parameters are the followiing, but the log errors I got seem to disagree:
    @apexins <password> <tablespace_htmldb> <tablespace_files> <tablespace_temp>
    <images> <connect>
    2) Am I following the correct installation instructions for apex rel 3? From what I read, I believe I can go directly from apex rel 2.0 to 3.1.2. I found 2 different install docs for release 3 & they were different. Both docs said to run the change passwd script(apxchpwd) after installation, but one installation doc had 2 additional scripts (which I didn't run). Can someone please point me to the right install instructions?
    3) After searching I found an old apex 2.2 installaction tutorial that says you need to install HTTP prior to APEX. Apparently I misinterpreted the 3.1 install doc that said HTTP was already included in oracle 9.2 or higher. I assumed that I didn't need to install HTTP since oracle xe is rel 10. Now I think I need to install HTTP first from the companion CD BEFORE upgrading to APEX 3.1.2. Is this correct?
    3) It says that 85M is required in SYSTEM tablespace for apex 3. The system tablespace size is 76800 (default).
    Should I increase it before attempting to upgrade again? (I expected the default to be big enough since apex comes with the db)
    4)Any suggestions/tips for starting over are more than welcome! Again I saw > 1 doc on how to cleanup a bad installation. Both said to drop the flows_0300 user, but one said to exec wwv_flow_upgrade.switch_schemas, which I did before I did attempted the 2nd install. Am I supposed to run the switch_schemas or not to cleanup a bad install? Also, in the troubleshooting doc I did not see an option for calling switch_schemas for my apex release (2.1) so I just followed the examples and substituted 'FLOWS_020100'. for 'FLOWS_020200' parameter. Was that a good or bad idea?
    5) Is there any other software (i.e application, server?) that needs be to installed before or after apex 3.1.2? Anything else I missed? The documentation is not clear & has omissions.
    Thanks.

    Hi,
    I'm assuming that you're doing this on a Windows based machine and Apex 3.1.2 has already been downloaded from the Application Express webpage and will use port http 8080.
    NOTE: Make sure your Oracle Database XE does not automatically startup when Windows boots up. If that is the case, then kindly disconnect Oracle Database XE before proceeding with any of these steps.
    Step 1: Unzip Apex to a suitable location (preferable "c:\oraclexe\apex").
    Step 2: Start a SQL Plus session from c:\oraclexe\apex and login as a "sysdba".
    sqlplus / as sysdba
    Step 3: Install Apex.
    +@apexins SYSAUX SYSAUX TEMP /i/+
    Step 4: Reconnect Oracle Database XE.
    Step 5: Assign/Set images PATH for APEX in APEX_HOME folder where we have unzipped APEX i.e. c:\oraclexe.
    [email protected] APEX_HOME+
    Step 6: Assign/Set administrator credentials for/to APEX.
    [email protected] your_password+
    Step 7: Restart Oracle Database XE.
    Step 8: Apex configuration completed. Availability will be as follows:
    Apex availability: http://localhost:8080/apex
    Apex Administrator: http://localhost:8080/apex/apex_admin
    Follow these steps and let me know if this works for you or not.
    Regards,
    Naveed.

  • How to upgrade db10g xe with APEX 2.1 to APEX 3.2

    Hello
    I have been using oracle db10g xe to learn oracle as i am new to it which according to oracle contains APEX 2.1. according to oracle that syas:
    Oracle Database 10g Express Edition (Oracle Database XE) includes Oracle Application Express (Oracle APEX) release 2.1. With the release of Oracle Application Express 3.2, you can now upgrade the Application Express within your Oracle Database XE.
    (The URL for above statement is::: http://www.oracle.com/technology/products/database/application_express/html/3.2_and_xe.html)
    As a part of upgrade from APEX 2.1 to 3.2 one of the requirement is:
    Choosing an HTTP Server
    In order to run, Oracle Application Express **must** have access to either the embedded PL/SQL gateway or Oracle HTTP Server and mod_plsql.
    (The URL for above stataement is::: http://download.oracle.com/docs/cd/E10513_01/doc/install.310/e10496/otn_install.htm#CBHBDAIF)
    As it mentioned in the url above the embedded PL/SQL gateway only available with Oracle Database 11g or higher but I have db 10g xe and as it mentioned in oracle web site. (first url) the db 10g xe can be upgraded to APEX 3.2.
    That leave me with Oracle HTTP Server and mod_plsql as a MUST have component but nowhere in the documentation mentions where and how to get it and install it in oracle db 10g xe which i've been using.
    Please help me to resolve this issue because without it i can't upgrade from APEX 2.1 (within db 10g xe) to APEX 3.2.
    it's been two days that i have been reading all the docs but it doesn't says where to get Oracle HTTP Server and mod_plsql with installation guide.
    Please let me know how can i upgrade to new APEX 3.2 as i don't want to lose db 10g xe and start all over with 11g.
    Please put URL or your finding about upgrading from APEX 2.1 to APEX 3.2 here.
    Thank you for your help.
    Shawn

    Hi
    Sure. i will.
    the installation instruction at the link i posted before is missing two major steps where you must first create two tablespace as:
    tablespace_apex
    tablespace_files
    The instruction i put its url previously perhaps is very high level but the best step-by-step instruction i did and worked charmingly right after installation can be found at:
    http://blogs.oracle.com/SanthoshK/2008/09/oracle_xe_apex_3x_installation.html
    Please do me a favor and take a look at my problem with APEX 3.2 developer guide\tutorial.
    I posted a thread under Application Express link in forums's home. (3 link from top).
    my thread can be found at >>> PLEASE SOMEONE TAKE LOOK AT THIS! APEX 3.2 - error in OEHR build in sample.
    Please help me out with this one as i am doing exercises in dev guide and thought those exercises are error-free.
    the exercise is at >>>> http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28551/build_app.htm
    under: Modifying the Departments Report
    as soon as i copy past the code to Source box of the Department it gives me error pasted in my thread.
    even if i copy past the code in SQL Workshop it doesn't work. it says: table can't be parsed.
    even tonight i proceeded further and was doing the second exercise in same url for:
    Editing the Employees Report.
    I copy past the given code to Source box but this time the report doesn't show new result. seems like a change doesn't take effect even i logout and in back.
    even in SQL Workshop it works but in running the page 3. employees it doesn't show changes at all.
    sorry for not being short but since i'm new to Oracle i don't want to skip information.
    thanks a lot.

  • Upgrade 10g to 11g

    We are upgrading 10G to 11g on the same box(UNIX). I just wanted to what are files I have to take back up before Upgrade. Below are the files I know..Please let me know if any extra
    RPP
    Catalog
    NQSconfig
    Instanceconfig
    I need to replace those files after installing 11g or edit according to 10G files...
    Also wanted to know that, we should install obiee 7.9.6.1 on top of OBIEE 10g so does 7.9.6.1 installs in same folders where 10g installed or it creates separate folder? and
    does it creates separate configuration files and catalog path for it it uses the existing 10g files?
    Please reply with some suggestions.
    Thanks in advance..

    Thanks Bala for your useful links..also please let me know does 7.9.6.1 installation creates new path for its installation or it installed with 10g installed folder. I mean to ask 7.9.6.1 installation creates new configuration files and catalog?

  • Integrate OBIEE 10g/11g  and APEX 4.2

    Hi All,
    We are trying to integrate OBIEE 10g/11g and APEX 4.2. We would like to open report and a form in OBIEE so that users can update/writeback the data from OBIEE. Is there a way we can do this ? Please advice.
    Thanks

    then i tryed just this URL -> http://127.0.0.1:8080/apex
    it works as it schould.

  • Oracle DB 10g express edition & APEX for application development for free?

    Can we use Oracle DB 10g express edition & APEX for application development for free? Are there any license fees?
    Thanks

    Hi,
    both Oracle DB 10g express edition & APEX for application development is free.
    Regards,
    Kartik Patel
    http://patelkartik.blogspot.com/
    http://apex.oracle.com/pls/apex/f?p=9904351712:1

  • Upgrade 10G to use 10G thin jdbc drivers- OCI

    This is wierd...
    If I upgrade 10G app server to use the 10G thin JDBC drivers, and set up a data source to use the thin drivers, is there any way that I could score a[b] ORA-01010 invalid OCI operation error when I'm not using an OCI driver?
    Anyone else seen this...again, it makes no sense...

    You can not and should not use JDK 1.2 with 8i drivers.
    If you want to use JDK 1.2 drivers, download the 8.1.6 SDK
    from external site.
    Please, please, please READ the FAQ at www.oracle.com/java/jdbc
    before posting
    Premal Mehta (guest) wrote:
    : Hi,
    : Sorry for multiple posting. Previous posting has incomplete
    : information. Here's the whole scenerio...
    : I have Oracle 8i installed on my server. I have downloaded
    : JDBC drivers for Oracle 8i from Oracle site. When I try to run
    a
    : sample example from the demo files given, I get a Windows
    : internal Error "Exception: Access Violation (0xc0000005),
    : Address: 0x6ee0fb83". I am using Oracle 8i on Win NT 4.0 with
    : SP4, IIS4.0 with 128 MB RAM.
    : Also, I am trying to use OCI8 JDBC drivers with JDK 1.2. The
    : classpath is set for classes111.zip files.
    : I am unable to run applets with JDBC also. On using thin
    : drivers, it gives "SO Exception" error.
    : I have tried many options but it dosent seem to work.
    Please
    : help as this is very urgent.
    Oracle Technology Network
    http://technet.oracle.com
    null

  • Oracle Database Upgradation 10g to 11g in HP unix

    Oracle Database Upgradation 10g to 11g (standalone DB & ASM is implemented) in HP unix ?
    Kindly furnish the good links and screen shot documents.
    Edited by: user11937849 on Apr 9, 2012 4:04 AM

    As part of the upgrade, you might research how new Oracle 11g features can help your system run better.
    Your upgraded system can effectively start using extended statistics, a very powerful new 11g feature, immediately after the upgrade. I have a detailed blog post on how to do this with OEM - http://iiotzov.wordpress.com/2011/11/01/get-the-max-of-oracle-11gr2-right-from-the-start-create-relevant-extended-statistics-as-a-part-of-the-upgrade
    Iordan Iotzov
    http://iiotzov.wordpress.com/

  • NULL and Unspecified in Dashboard prompts after upgrading 10g to 11g OBIEE

    Hi All,
    We are working on OBI upgradation project from 10g to 11.1.1.6.5. We are facing one issue in Dashboard prompt level. If we can create Dashboard prompt on a column, its giving "NULL", "Unspecified" additionally. But, in 10g there are no extra values.
    And the 10g, 11g instances are pointing to the same database and there are no NULL, Unspecified values in Database level.
    Through some blogs and articles we found some solutions n are below.
    To remove NULL:
    -->Go to the Physical Column properties in Physical Layer and Disable the Nullable option by uncheck the box.
    -->Go to the Database Features in Physical Layer and disable value to NULL_SUPPORTED.
    -->Go to Edit Dashboard Prompt, in Choice List Values drop-down list select SQL Results.
    To remove Unspecified:
    -->Go to Edit Dashboard Prompt, in Choice List Values drop-down list select SQL Results, then write the SQL statements as columnname is not equals to "Unspecfied" ( In this way we can able to remove Null's also.)
    -->Go to Content tab of LTS, in Where clause write an SQL query to restrict Unspecified values.
    Note: CHeck with ETL, because if they maintains the Default value is Null when the Datatype is Character and they can maintain 9999 or #### if the datatype is Numeric. And check the Physical query and debug it carefully.
    But, we have very big Repository and we have huge no.of Dashboard prompts. So, its not an easy thing to manage by using above solutions. Correct me if there are any mistakes in above.
    Any ideas on this...?
    Appreciate your help on this..!
    Thanks in Advance,
    Raghu Nagadasari

    Hi Frnds,
    As of now, i found the only solution for the above mentioned issue that how to avoid NULL in dashboard prompt level:
    Go to the Physical Column properties in Physical Layer and Disable the Nullable option by uncheck the box.
    We have done this manually for all tables.
    Appreciate if u have any other ideas.!!
    Thanks,
    Raghu Nagadasari

  • Unable to login to presentation services after doing the upgrade 10g to 11g

    Hi All,
    I had a running instance of OBIEE 11g 11.1.1.6.0, my 11g rpd and webcatlog was working fine. Imp to note is that, I had configured external LDAP authenticator and wasn't using the weblogic embedded LDAP.
    Now, today, I had to updrage 10g RPD and Webcatlog to 11g and merge into the my current 11g system. I ran the upgrade utitlity and it completed the upgrade successfully but now when I try to login into presentation services using the weblogic user, the presentation services gets hung. It doesn't even give me a message like "Invalid login or password" I DON't get any message but my Presentation services and RPD gets hung( when I try to open it online)
    Also, I am trying to refresh the GUIDs after making the necessary changes in the config and instanceconfig.xml file i start the obi server and presentation server, it doesn't come up. So I am unable to refresh my GUIDs
    What could be issue here? Do I need to fix an credential file? Please let me know.
    Thanks,
    Ronny

    Ronny wrote:
    Hi All,
    I had a running instance of OBIEE 11g 11.1.1.6.0, my 11g rpd and webcatlog was working fine. Imp to note is that, I had configured external LDAP authenticator and wasn't using the weblogic embedded LDAP. Was LDAP access working fine before upgrading the 10g rpd and webcat?
    Now, today, I had to updrage 10g RPD and Webcatlog to 11g and merge into the my current 11g system. I ran the upgrade utitlity and it completed the upgrade successfully but now when I try to login into presentation services using the weblogic user, the presentation services gets hung. It doesn't even give me a message like "Invalid login or password" I DON't get any message but my Presentation services and RPD gets hung( when I try to open it online)What do the logs say?
    Also, I am trying to refresh the GUIDs after making the necessary changes in the config and instanceconfig.xml file i start the obi server and presentation server, it doesn't come up. So I am unable to refresh my GUIDsWhen you say doesn't come up, do you mean the services are down? If yes, what do the logs say about this?

  • Wrong results after upgrading 10g database to 11.2.0.2.6

    Hi,
    Do anyone know, why the following query results are different?
    Not Working query:
    sql1:
    select col1 from tab1
    where col1 = (select '123' from dual)
    Working query:
    sql2:
    select col1 from tab1
    where col1 = '123';
    Both the sql1 and sql2 are returning same reseults in 10g database , but not in 11g.

    Pl post OS details along with sample outputs and explain plans from the the sql1 statement from the two databases. These MOS Docs may help also
    Things to Consider Before Upgrading to 11.2.0.2 to Avoid Poor Performance or Wrong Results [ID 1320966.1]
    Wrong Results on 11.2.0.2 with Function-Based Index and OR Expansion [ID 1264550.1]
    Wrong Results/No Rows for Sql Involving Functions in 11.2.0.2. [ID 1380679.1]
    HTH
    Srini

  • Upgrade 10G to 11.1.1.5 in Clustered environment

    I successfully ran the upgrade assistant on a single server install. Both RPD and Catalog upgraded with no issues. I scaled out to a 2 node cluster and attempted the upgrade with the assistant again. This time it fails. Here is log entries:
    [2011-07-20T15:16:07.861-04:00] [Framework] [NOTIFICATION] [upgrade.Framework] Starting to upgrade components.
    [2011-07-20T15:16:07.861-04:00] [Framework] [NOTIFICATION] [upgrade.Framework] Retain Source Ports: false
    [2011-07-20T15:16:07.861-04:00] [Framework] [NOTIFICATION] [upgrade.Framework] Stop 10g Components: false
    [2011-07-20T15:16:07.861-04:00] [Framework] [NOTIFICATION] [upgrade.Framework] Start 11g Components: false
    [2011-07-20T15:16:07.876-04:00] [Framework] [NOTIFICATION] [upgrade.Framework] Managed server bi_server2 state is: RUNNING
    [2011-07-20T15:16:07.876-04:00] [Framework] [NOTIFICATION] [upgrade.Framework] Starting to upgrade BIEE.
    [2011-07-20T15:16:07.954-04:00] [Framework] [ERROR] [UPGAST-00138] [upgrade.Framework] upgrade exception occurred
    [2011-07-20T15:16:07.954-04:00] [Framework] [ERROR] [upgrade.Framework] Cause: An unexpected upgrade exception has occurred. Action: See the secondary error message for additional details.
    [2011-07-20T15:16:07.954-04:00] [Framework] [ERROR] [upgrade.Framework] UPGCMP-02712: Expected oracle.biee.admin:oracleInstance=*,type=BIDomain.OracleInstance,group=Service Oracle instance, found 2
    [2011-07-20T15:16:07.954-04:00] [Framework] [ERROR] [upgrade.Framework] UPGCMP-02712: Expected oracle.biee.admin:oracleInstance=*,type=BIDomain.OracleInstance,group=Service Oracle instance, found 2
    [2011-07-20T15:16:07.954-04:00] [Framework] [NOTIFICATION] [upgrade.Framework] Finished upgrading BIEE with status: Failure.
    [2011-07-20T15:16:07.954-04:00] [Framework] [NOTIFICATION] [upgrade.Framework] Finished upgrading components.
    [2011-07-20T15:16:07.954-04:00] [Framework] [NOTIFICATION] [upgrade.Framework] 0 components upgraded with success.
    [2011-07-20T15:16:07.954-04:00] [Framework] [NOTIFICATION] [upgrade.Framework] 1 components upgraded with failure.
    Question….can you use upgrade assistant in clustered environment?
    Thanks!

    You can only use the upgrade assistant to upgrade to a single instance Oracle BI 11g server. Typically this is a sandbox server environment or a VM that can simply be wiped clean after the upgrade. Then move the RPD,WebCat, etc. and AppRoles that get created during the upgrade process to a development server. The UA is looking for a single instance installation environment and that environment should be clean/fresh to avoid confusion and conflicts.
    Please award points if helpful.

  • 11.5.10.2(upgraded 10g database)

    I just installed 11.5.10.2 and upgraded to 10g then after im not able to use ls or any other os commands psz help me out
    when i type ls command i am getting following message
    ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory

    I just installed 11.5.10.2 and upgraded to 10g then after im not able to use ls or any other os commands psz help me outWhat is the OS?
    when i type ls command i am getting following message
    ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directoryAs what user (applmgr, oracle, root)?

  • ORA-00001 - unique constraint violation when upgrading 10g EUL

    Hi,
    I am trying to upgrade my Discoverer 4i to Discoverer 10g.
    When I log into 10g, it prompts me to upgrade the EUL. After making the right back up of my 4i EUL, I continue with the upgrade.
    During the upgrade, I am hit with this error:
    Database error: ORA-00001 unique constraint (EUL_HRMS.EUL5_FOL_UK_1) violated.
    I understand that this happens when user tries to insert an already existing value into a column defined as unique. However, I am not sure on how to resolve it.
    Can anyone please advice.
    Thanks in advance!
    Regards,
    Harpreet Sidhu

    Hi Rod,
    I've run the queries and these are the results. Each query returned one row.
    1. SELECT FROM EUL_HRMS.EUL5_DOC_FOLDERS*
    FOL_ID     100057
    FOL_NAME     ROOT
    FOL_DEVELOPER_KEY     ROOT
    FOL_DESCRIPTION     
    FOL_EU_ID     100000
    FOL_PARENT_ID     
    FOL_USER_PROP2     
    FOL_USER_PROP1     
    FOL_ELEMENT_STATE     0
    FOL_CREATED_BY     EUL_HRMS
    FOL_CREATED_DATE     19-Jun-09
    FOL_UPDATED_BY     EUL_HRMS
    FOL_UPDATED_DATE     19-Jun-09
    NOTM     0
    2. SELECT EU_ID, EU_SECURITY_MODEL, EU_USE_PUB_PRIVS, EU_ROLE_FLAG
    FROM EUL_HRMS.EUL5_EUL_USERS
    WHERE EU_USERNAME = 'PUBLIC'
    EU_ID     3000
    EU_SECURITY_MODEL     0
    EU_USE_PUB_PRIVS     1
    EU_ROLE_FLAG     0
    Thanks!

  • Help needed in Upgrading 10g reports to OBIEE 11g

    Hi folks,
    We have a set of BI Answer reports which were developed in OBIEE 10g(10.1.3.4.1). We would like to upgrade it to OBIEE 11g. Could anyone please help me out in solving this.
    Thanks in advance.
    Regards,
    Arun

    Hi Arun,
    Please refer this thread -- step by step with screen shots.
    http://www.rittmanmead.com/2011/02/obiee-11g-migrations/
    http://www.rittmanmead.com/2010/08/oracle-bi-ee-11g-upgrading-from-bi-ee-10g-repository-web-catalog/
    Hope this help's
    Thanks,
    Satya
    Edited by: Satya Ranki Reddy on May 10, 2012 5:53 PM

Maybe you are looking for

  • Archive log mode in oracle 10g

    Hi, I would like to know the archive log mode in oracle 10g and I use this code in SQLPlus select log_mode from v$database But it displayed: "2" not : NOARCHIVELOG or ARCHIVELOG It displayed a number, not a String. How could I know this? Thanks

  • Drop-Frame v. Non-Drop Frame and Edit to Tape

    System Configuration: G5 Dual 2.0, QT v7.0.4, FCP v5.0.4, OS X v10.4.6, KonaLH, Keyspan USA-28x USB-->Serial Adapter Problem: When working with a drop-frame sequence, and editing to tape, the program is edited to the tape with an offset of 3 seconds

  • Z10 GREAT PHONE, BUT THEY HAVE TO IMPROVE THE FOLLOWING:

    Soy un Blackberrista y apoyo la marca y sus productos. tengo un Z10 desere hace 4 dias y Blackberry debe MEJORAR / SOLUCIONAR lo siguiente: (OJALA ALGUIEN QUE PUEDA TENER POSIBILIDAD DE CAMBIOS TECNICOS EN SOFTWARE, LEA ESTO) 1- No puedo hacer llamad

  • Why can't i restore my ipad 2?

    I didn't know what had happened to my ipad 2. When i open it up, it shows me that i had to plug it in to itune to restore.However, when i tried to restore, while processing, i table pop up with a message about there is an unknown reason that i can't

  • PP5.5 very slow on brand new iMac

    I have seen a number of threads similar to this, but none have been helpful. I purchased a brand new 21.5" iMac late last year. Processor 2.8 GHz Intel Core i7 Memory 12 GB 1333 MHz DDR3 I installed CS5.5, and found it to be pretty slow. So I got som