Migrating Repositroy from Windows to Linux

Hi,
How to migrating the repository from windows Server to Linux in OBIEE. Is there any process ?
Thanks !

Hi,
See the below link is helpful for you,
http://siebel.ittoolbox.com/groups/technical-functional/siebel-analytics-l/migrating-oracle-bi-siebel-rpd-file-from-windows-to-linux-2146407
Thanks,
Balaa...

Similar Messages

  • Migrating database from windows to linux using dbca templates

    Hi every one,
    Is it possible to migrate Oracle10g database from Windows to Linux by using DBCA templates?????????????
    If yes please guide me, as i tried it and am getting error while creating database on linux using DBCA templates of Windows server.
    Warm regards,
    Veeresh.S
    (Oracle DBA)

    With DBCA you can create a new database, delete a database, create ASM, and manage templates.
    There's no option of migrating a database from one platform to the other. If you want to migrate your database from Windows to Linux you have 2 ways of doing it:
    1 using IMP/EXP Export you db on windows and Import it on Linux.
    2 Use across platform transportable tablespace if you db is already on 10g.
    Regards,
    Tony

  • Migrating code from windows to linux

    Hi, 
    I am looking for a solution or method to migrate labview code developed in windows platform into Linux platform. The thing is we have developed instrument driver code in Windows platform and have used VISA as well for communication purposes. I've come to know about some method for such porting to follow as the project file of ours contains vi.lib stuff as well. We do have a license for both Windows and Linux versions of Labview.
    Please suggest me any solution to do such porting into Linux platform if someboy have come across such things.
    Thanks in Advance,
    Vivek 

    Thanks guys for quick responses. I really appreciate your support. I tried the way you mentioned. I copied all my code into the linux system. Created new project file but again same problem occurs, labview is crashing because of VISA.
    Why I am sure about the VISA is because I tried to open/create new VI in linux using VISA API's and all are creating trouble and further it leads labview to crash.
    Rest all other functions in labview are working fine. Hope all my assumptions are correct and could blame VISA for creating problems.
    Please do suggest us ...
    Thanks in Advance,
    Vivek

  • Migrate coldfusion from windows to linux

    Hello Everyons,
    we're running about 50 (not very complex) coldfusion mx7
    websites on our windows server.
    we've been contemplating to change to a linux server though.
    can anyone inform us on particular pro's and/or con's for
    such a migration?
    are the website going to behave differently on linux?
    is our coldfusion license for windows also usable for linux?
    tnx for your remarks!

    Here are some points that you need to be careful.
    - File naming. Linux is case sensitive.
    “Application.cfm” and “application.cfm” are
    different files and CF looks for “Application.cfm” or
    “OnRequestEnd.cfm” etc..
    - Directory reference is different. Be careful for your
    application specially for CFFILE etc. tags.
    - “/” instead of “\”.
    - There is no C CFX tags on Linux. Be sure that you
    don’t need any Win based components.
    - There is no COM objects on Linux (some of them have support
    with 3rd part tools but this is in general). If you have any COM
    usage, forget it.
    - Verity has different behaviors on Linux. (Check CF
    technotes for details)
    - Go with Debian Linux as server platform! Debian rulez! :)
    There would be some more suggestions but these are my
    response in 2 min.
    IMHO.

  • Migration 10g to 11gR2 from Windows to Linux with 6TB DB Size in one step

    Hi,
    I need to do migration from 10gR2 to 11.2.0.2.0 and from Windows to Linux for 6TB database Size. As both Endian format same, I did the migration using RMAN Convert database on UAT but for same 10gR2 version.(Both Source on Target Oracle Version was 10.2.01.0). Now I have to migrate from 10gR2 to 11.2.0.2.0. So it's 2 way process.
    is it possible to club these 2 way migration process ???
    Are following steps right or any modification is required ??
    1) Install 11.2.0.2.0 on Linux OS
    2) Open Source Database (Windows) in Read Only. Generate TRANSPORT.SQL, CONVERTSCRIPT.RMAN & Pfile.
    3) Copy Source datafiles in temporary location on Target OS. Also copy above files.
    4) Create dummy controlfile.
    5) Startup nomount with Changed pfile
    6) Mount database with Dummy Controlfile.
    7) Run CONVERTSCRIPT.RMAN to convert actual datafiles from Windows Platform to Linux Platform.
    8) Shutdown the instance and delele Dummy Controlfiles.
    9) Edit TRANSPORT.SQL and do Appropriate Changes like redolog files, datafiles path...
    Now my question is, can I add ?/rdbms/admin/catupgrd.sql in TRANSPORT.SQL script after Startup upgarade command so that Complete Upgradation to 11.2.0.2.0 would be done.
    10) Then run TRANSPORT.SQL on Target System (11.2.0.2.0)
    Tell me if more inputs are required from my side...
    Regards,
    Manish

    The directory structure is different...that's why you need to create the tablespaces in Linux. e.g. export dump says create tablespace in D:\..., there is no such thing in Linux. You can just export it, install software, create the db, tablespaces in Linux and import into the 10g in Linux.

  • Printing after Migration from Windows to Linux

    We have just migrated 11.5.2 from Windows to Linux. I am not sure how to setup printers. In windows we simply had a UNC pointing to our Windows Printer Server and the Printers Queue. This was in the Printer Column and the Type was HPLJ4SI in the Type column under Install > Printer > Register....like this:
    \\MYCOPRT03\PTS2245
    Not sure what to put in linux. Currently we are getting this error:
    Executing request completion options...
    ------------- 1) PRINT   -------------
    Printing output file.
    Request ID : 7457024
    Number of copies : 1
    Printer : \\MYCOPRT03\PTS2245
    /bin/sh: print: command not found
    APP-FND-00500: AFPPRN received a return code of failure from routine FDUPRN. Program exited with status 127
    Cause: AFPPRN received a return code of failure from the OSD routine FDUPRN. Program exited with status 127.
    Action: Review your concurrent request log file for more detailed information.

    Chris,
    It appears that these links are not savable.You need to refer to the docs in those threads for the steps you have to follow to setup a printer on Linux/Unix.
    How to Setup Printer for Oracle Applications 10.7 - 11.5.x Quick Reference [ID 123140.1]
    How to Test an Initialization String Outside of Oracle Applications [ID 106186.1]
    How to setup Printer Arguments Within Oracle Applications [ID 73804.1]
    Oracle Applications Character Printing [ID 112172.1]
    lp: The printer or class was not found.
    APP-FND-00500: AFPPRN received a return code of failure from routine FDUPRN. Program exited with status 1As applmgr, source the application env file and issue "which lp" and make sure it is accessible by the OS user. If the command is available, then it is something with your printer definition -- Issue "system-config-printer" from the command prompt to launch the Printer Configuration Tool and configure your printer at the OS level.
    Thanks,
    Hussein

  • Migration from windows to Linux - JAR files not generating under JAVA_TOP

    Hi DBA's
    Jar files not generating under JAVA_TOP after migration from windows to linux.
    I followed workaround but same in result.
    Workaround
    Run this command. It will give the missing file
    adjava -mx512m -nojit oracle.apps.ad.jri.adjcopy -masterArchive $JAVA_TOP -sync -reportfile javatopfiles.lst
    Then run this command
    adjava -mx512m -nojit oracle.apps.ad.jri.adjcopy -masterArchive JAVA_TOP -sync -mode APPLY
    I have checked in google.
    Best Regards,
    Suresh Gelda

    Suresh,
    I can find the following error in the log file:
    JarSigner error output:
    Exception in thread "main" java.lang.NoClassDefFoundError: sun/security/tools/JarSigner
    Caused by: java.lang.ClassNotFoundException: sun.security.tools.JarSigner
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    Could not find the main class: sun.security.tools.JarSigner.  Program will exit.Please review the following notes for suggested solutions:
    Note: 393306.1 - Generate Jar File causes NoClassDefFoundError sun/security/tools/JarSigner
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=393306.1
    Note: 269054.1 - Running adadmin to Force Regenerate of the Java Files Fails
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=269054.1

  • Migrate Oracle 11g database from Windows To Linux using RMAN hot / cold  backup ?

    Hi Friends,
    Is it possible to Migrate Oracle 11g database from Windows To Linux using RMAN hot / cold  backup ? ( as i would like to perform Point In Time recovery)
    (or) The only way is to use RMAN convert as mentioned here  - Transporting Data Across Platforms
    (or) Is there any other method (except exp/imp and data pump)
    Regards,
    DB

    HI
    his post describes the procedure required to migrate a database from Windows to Linux using the RMAN Convert Database command.
    Both Windows and Linux platforms have the same endian format, which makes possible to transfer the whole database, making the migration process very straightforward and simple.
    To migrate between platforms that have a different endian format, Cross Platform Transportable Tablespaces (XTTS) needs to be used instead.
    List of Steps Needed to Complete the Migration
    The migration process is simple, but as it has several steps it is convenient to be familiar with them before running it.
    1. Check platform compatibility between source and target OS
    2. Start the database in read only mode
    3. Check database readiness for transport from Windows to Linux using DBMS_TDB.CHECK_DB
    4. Check if there are any external objects
    5. Execute the Rman Convert database command
    6. Copy converted datafiles, generated Transport Script and Parameter File to Linux
    7. Edit the init.ora for the new database
    8. Edit the Transport Script and Parameter File changing the windows paths to Linux Paths
    9. Execute the Transport Script
    10.Change the Database ID
    11.Check database integrity
    Thank you

  • 10gR2 to 11gR2 from Windows to Linux with 6TB Database.

    Hi,
    I need to do migration from 10gR2 to 11.2.0.2.0 and from Windows to Linux for 6TB database Size. As both Endian format same, I did the migration using RMAN Convert database on UAT but for same 10gR2 version.(Both Source on Target Oracle Version was 10.2.01.0). Now I have to migrate from 10gR2 to 11.2.0.2.0. So it's 2 way process.
    is it possible to club these 2 way migration process ???
    Are following steps right or any modification is required ??
    1) Install 11.2.0.2.0 on Linux OS
    2) Open Source Database (Windows) in Read Only. Generate TRANSPORT.SQL, CONVERTSCRIPT.RMAN & Pfile.
    3) Copy Source datafiles in temporary location on Target OS. Also copy above files.
    4) Create dummy controlfile.
    5) Startup nomount with Changed pfile
    6) Mount database with Dummy Controlfile.
    7) Run CONVERTSCRIPT.RMAN to convert actual datafiles from Windows Platform to Linux Platform.
    8) Shutdown the instance and delele Dummy Controlfiles.
    9) Edit TRANSPORT.SQL and do Appropriate Changes like redolog files, datafiles path...
    Now my question is, can I add ?/rdbms/admin/catupgrd.sql in TRANSPORT.SQL script after Startup upgarade command so that Complete Upgradation to 11.2.0.2.0 would be done.
    10) Then run TRANSPORT.SQL on Target System (11.2.0.2.0)
    Tell me if more inputs are required from my side...
    Regards,
    Manish

    This forum deals with migrations from foreign databases to Oracle.
    You might better post your request in this forum:
    General Database Discussions

  • Migrating repositories from Solaris to Linux

    Hi All
    I have a requirement to migrate Repositories from Solaris to Linux...
    Has anybody done it?
    OR
    Any ideas would be appreciated.
    Regards

    Hi,
    I'm currently working with Analytics on UNIX
    (Solaris) and perform actions similar to yourself:
    1. Develop RPD in Windows (Analytics Admin Tool)
    2. Post to server (here I use an S/FTP-emulation tool such as WinSCP/Core
    FTP), this handles any conversion of the file needed, i.e. to UNIX version.
    3. Start Analytics services.
    In your case :- Open Solaris server via ftp and copy your Solaris rpd in window system then again try to login linux via ftp paste the related folder. FTP software like (Winscp software am using)
    There is no much complex in this migration.
    Hope this help's
    Thanks,
    Satya

  • Migrating 9i from Solaris to Linux

    I have a Solaris 8 (SPARC) server running 9.0.2.2 running a single database & instance. I'd like to migrate it to a Red Hat Linux (i386) server running 9.2.0.4, however I'm having nothing but problems using exp & imp. I wasn't aware of the "transportable tablespaces" feature until I read Re: oracle 9i - migrating from windows to linux, so perhaps that's something I need to take in to account also.
    I've been using this command:
    exp GRANTS=Y DIRECT=Y FULL=Y COMPRESS=N FEEDBACK=5000 FILE=/tmp/expdat.dmp
    To export everything from Solaris, however when I try to import that dump file into Linux I get nothing but problems: it seems like users aren't being created, tablespace size limitations are different, etc. Is this because I haven't got transportable tablespaces enabled?
    Thanks,
    Chris

    What's the size is your database? Using the exp commands I noted, the resulting file was ~ 2.7GB.
    What's the actual command and errors you had when you
    do import?[oracle@windham ~]$ imp FILE=expdat.dmp IGNORE=Y GRANTS=Y INDEXES=Y ROWS=Y FULL=Y CONSTRAINTS=Y DESTROY=Y TOID_NOVALIDATE=Y
    Import: Release 9.2.0.4.0 - Production on Thu Mar 20 14:26:19 2008
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Username: / as sysdba
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.4.0 - Production
    Export file created by EXPORT:V09.02.00 via direct path
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses WE8ISO8859P1 character set (possible charset conversion)
    . importing SYSTEM's objects into SYSTEM
    IMP-00017: following statement failed with ORACLE error 1537:
    "CREATE UNDO TABLESPACE "UNDOTBS" BLOCKSIZE 8192 DATAFILE '/opt/oracle/orad"
    "ata/bbprod2/undotbs01.dbf' SIZE 1512 REUSE AUTOEXTEND ON NEXT 8192 MAXSIZE"
    " 32767M EXTENT MANAGEMENT LOCAL "
    IMP-00003: ORACLE error 1537 encountered
    ORA-01537: cannot add data file '/opt/oracle/oradata/bbprod2/undotbs01.dbf' - file already part of database
    IMP-00017: following statement failed with ORACLE error 3214:
    "CREATE TABLESPACE "BB_BB60_STATS_DATA" BLOCKSIZE 8192 DATAFILE '/opt/oracl"
    "e/oradata/bbprod2/bb_bb60_stats_data_file1.dbf' SIZE 1242 REUSE AUTOEXTEND "
    "ON NEXT 131072 MAXSIZE 2000M EXTENT MANAGEMENT LOCAL UNIFORM SIZE 131072 "
    "ONLINE PERMANENT NOLOGGING"
    IMP-00003: ORACLE error 3214 encountered
    ORA-03214: File Size specified is smaller than minimum required
    IMP-00017: following statement failed with ORACLE error 3214:
    "CREATE TABLESPACE "BB_BB60_STATS_INDX" BLOCKSIZE 8192 DATAFILE '/opt/oracl"
    "e/oradata/bbprod2/bb_bb60_stats_indx_file1.dbf' SIZE 2000 REUSE AUTOEXTEND "
    "ON NEXT 65536 MAXSIZE 2000M EXTENT MANAGEMENT LOCAL UNIFORM SIZE 65536 ON"
    "LINE PERMANENT NOLOGGING"
    IMP-00003: ORACLE error 3214 encountered
    ORA-03214: File Size specified is smaller than minimum required
    IMP-00017: following statement failed with ORACLE error 3214:
    "CREATE TABLESPACE "BB_BB60_DATA" BLOCKSIZE 8192 DATAFILE '/opt/oracle/orad"
    "ata/bbprod2/bb_bb60_data_file1.dbf' SIZE 1256 REUSE AUTOEXTEND ON NEXT 1310"
    "72 MAXSIZE 32767M EXTENT MANAGEMENT LOCAL UNIFORM SIZE 131072 ONLINE PERM"
    "ANENT NOLOGGING"
    IMP-00003: ORACLE error 3214 encountered
    ORA-03214: File Size specified is smaller than minimum required
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "BB_BB60" IDENTIFIED BY VALUES '138A4D33145F9696' DEFAULT TABLE"
    "SPACE "BB_BB60_DATA" TEMPORARY TABLESPACE "TEMP""
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'BB_BB60_DATA' does not exist
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "BB_BB60_STATS" IDENTIFIED BY VALUES '5AA981521239D2C3' DEFAULT"
    " TABLESPACE "BB_BB60_STATS_DATA" TEMPORARY TABLESPACE "TEMP""
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'BB_BB60_STATS_DATA' does not exist
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "BB_BB60_REPORT" IDENTIFIED BY VALUES '239B6C0A5DD5B98B' DEFAUL"
    "T TABLESPACE "BB_BB60_DATA" TEMPORARY TABLESPACE "TEMP""
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'BB_BB60_DATA' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT UNLIMITED TABLESPACE TO "BB_BB60""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT ALTER USER TO "BB_BB60""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT SELECT ANY TABLE TO "BB_BB60""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT DROP ANY TABLE TO "BB_BB60""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT QUERY REWRITE TO "BB_BB60""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT ALTER TABLESPACE TO "BB_BB60""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT CREATE SEQUENCE TO "BB_BB60""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT UNLIMITED TABLESPACE TO "BB_BB60_STATS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60_STATS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT ALTER USER TO "BB_BB60_STATS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60_STATS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT SELECT ANY TABLE TO "BB_BB60_STATS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60_STATS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT ANALYZE ANY TO "BB_BB60_STATS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60_STATS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT DROP ANY TABLE TO "BB_BB60_STATS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60_STATS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT QUERY REWRITE TO "BB_BB60_STATS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60_STATS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT ALTER TABLESPACE TO "BB_BB60_STATS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60_STATS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT CREATE SEQUENCE TO "BB_BB60_STATS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60_STATS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT SELECT ANY DICTIONARY TO "BB_BB60""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT SELECT ANY DICTIONARY TO "BB_BB60_STATS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60_STATS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT ANALYZE ANY TO "BB_BB60""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "CONNECT" TO "BB_BB60""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "RESOURCE" TO "BB_BB60""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "CONNECT" TO "BB_BB60_STATS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60_STATS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "RESOURCE" TO "BB_BB60_STATS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60_STATS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "CONNECT" TO "BB_BB60_REPORT""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60_REPORT' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "BB_BB60_STATS" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'BB_BB60_STATS' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "BB_BB60_REPORT" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'BB_BB60_REPORT' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "BB_BB60" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "BB_BB60" QUOTA UNLIMITED ON "BB_BB60_DATA" QUOTA UNLIMITED ON ""
    "BB_BB60_INDX""
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "BB_BB60_STATS" QUOTA UNLIMITED ON "BB_BB60_STATS_DATA" QUOTA UN"
    "LIMITED ON "BB_BB60_STATS_INDX""
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'BB_BB60_STATS' does not exist
    . importing BB_BB60's objects into BB_BB60
    "ALTER SESSION SET CURRENT_SCHEMA= "BB_BB60""
    IMP-00003: ORACLE error 1435 encountered
    ORA-01435: user does not exist
    IMP-00000: Import terminated unsuccessfully
    I'll gladly post whatever other information you need...

  • Migrating application from Windows CE to Windows Mobile 5 or 6

    I have an application written in Java that runs on a GPS device running Windows CE.
    I would like to migrate this application to Windows Mobile 5.0 or 6.0, so that it could be
    used on pocket PCs or any other GPS device running windows mobile.
    This application is compiled in Netbeans.
    Could someone tell me the best way to go about this? What are important
    changes/requirements to note about Windows Mobile and Netbeans?
    Is there a required relational database engine for Windows Mobile?
    I am confused about whether or not this is even possible?
    Edited by: Yellow on Jun 9, 2008 1:37 PM

    Yoav,
    Take a look at Oracle Forms Upgrading Oracle Forms 6i to Oracle Forms 11g. This document gives you all the information you need to perform the upgrade. As to moving from Windows to Linux, Oracle Forms is pretty much platform independent in that almost all major server OS's are supported. Take a look at Oracle Forms Documentation and specifically the Forms Services Deployment Guide and the Oracle Fusion Middleware Installation Guide for Oracle Portal, Forms, Reports and Discoverer guides.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • I have recently migrated data from Windows PC to Macbook Pro 13in. On booting the macbook now the account with the migrated data an only be accessed via the Apple menu. Is this normal ?

    I have recently migrated data from Windows PC to Macbook Pro 13in.running Yosemite. On booting the macbook now the account with the migrated data can only be accessed via the Apple menu. Is this normal ?

    Open the Users folder on the internal drive, drag all of the other home folders to the desktop, and then move the files inside to the desired locations.
    (91949)

  • How To Migrate Databases From Windows 2003 32 bit to windows 2003 64 bit?

    Hi,
    How To Migrate Databases From Windows 2003 32 bit to windows 2003 64 bit?
    Db Version: 10.2.0.2
    Thanks,
    Yusuf

    Also see MOS Doc 403522.1 (How to Migrate Oracle 10.2 32bit to 10.2 64bit on Microsoft Windows)
    HTH
    Srini

  • Date Formating Issue (moved from Windows to LINUX)

    Although the move shouldn't have been an issue, moved an OBIEE installation from Windows to LINUX (Windows is still up) and now have date problems with any drill down into the metrics (SC).
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 46046] Datetime value 01-NOV-2007 does not match the specified format. (HY000)
    SQL Issued: SELECT Dates."Year Number" saw_0, Dates."Month Number" saw_1, "Cycle Counting"."Green Goal" saw_2, "Cycle Counting"."Red Min" saw_3, "Cycle Counting"."Cum Accuracy %" saw_4 FROM "DRS Supply Chain" WHERE Dates."Start Date" IN (SELECT saw_0 FROM (SELECT cast(Dates."Start Date" as timestamp) saw_0 FROM "DRS Supply Chain" WHERE cast(Dates."Start Date" as timestamp) >= VALUEOF("6 Month Ago")) nqw_1 ) ORDER BY saw_0, saw_1
    Any Ideas?
    Thanks
    Scott

    SCOTT, I suggest checking step-by-step.
    a) check the value of the variable
    b) check the value of cast(Dates."Start Date" as timestamp)
    c) Check the results by substituting those 2 with someone else (regular integers)....
    GL

Maybe you are looking for

  • 8i EE Setup.exe crash - XP Pro and AMD X2 CPU

    When trying to install 8i on my XP Pro (SP2) box with and AMD X2 3800+, setup.exe crashes as soon as it is run. I've tried the fix for P4s (renaming the symcjit.dll instances), but to no avail. This happens wherever the setup.exe is run from. Has any

  • Key figure definition in BEx gives "Error loading template 0QUERY_TEMPLATE"

    Hi, On a BI 7.0 system I try to run a query in the BEx Analyzer and after I have the result in Excel. I wants to see the key figure definition by right clicking in a data cell. Then I get this error message after the browser has started up. Error loa

  • Duty inclusive scenario in plant

    Dear All, I am creating a PO for zero excise duty with tax procedure TAXINN. Vendor send the material with the PO price, as excise duty inclusive. At the time of GR I put the excise duties manually and select the MRP indicator. The accounting documen

  • SAP HR Data Migration Strategy

    Hello Guys,             I worked in Data migration in the areas like SD,MM,FI. But I am new to HR. Can anybody please give me the HR data migration stratagey like what data's (eg, Master ,transactional etc) we need to load and sequences and methods a

  • Internet wont connect

    I cannot connect to internet using safari or firefox, airport is working fine.  I am sending this on my pc.