2 Default Schemas in OBIEE installation.

Good Afternoon
We currently have a database called DEV2, pointing to this database is an OBIEE 11.1.1.5.0 installation.
We want to install OBIEE 11.1.1.7.0 (Enterprise installation) on a new server and also point our DEV 2 database to this installation.
I read that you can break your installation if you overwrite the 2 schemas in our case already installed on 11.1.1.5.0.
So my question is can you create 2 new Schemas so it can be configured on its own and have nothing to do with the 11.1.1.5.0 installation but be 11.1.1.7.0 only?
Regards
Rayno

If I understand correctly you don't want to upgrade your existing environment, but create a new 11.1.1.7.0 env without breaking the first 11.1.1.5.0 Instance.
If yes than you need to create New set of schemas of 11.1.1.7.0 version, you can create them on same Database, but while creating new schemas give a new Prefix to it.

Similar Messages

  • Assigning a default schema to a user.

    In Oracle can I assign a default schema to a user without using the later session command?
    Is there a ALTER USER setting where I can assign a user a default schema?

    Buddy,
    To answer to your question.
    1. First grant select any table or "grant select on all tables of user 'ELLIPSE' to the user "094137".
    2. Later to access schema ELLIPSE's objects, from "094137" user, you ll have to create public synonym to all of the tables in ELLIPSE schema.
    3. This way, the user "094137" can access all tables in SCHEMA ELLIPSE, with out specifying(prefixing) the schema name
    Hope this helps
    Thanks
    I would like the user "094137" to logon and have access to the tables in another schema "ELLIPSE" with out qualifying the table name with "ELLIPSE".
    The user "094137" has no objects of her own and only accesses the object of the schema "ELLIPSE".
    Is there a direct way of assigning a user (with no objects) to have a default schema of another users (without the alter session default schema statement)

  • Default schema names in multi-tier landscape

    Hi folks,
    We have an interesting problem due to having different named default schemas in each of our 3 hana systems.  For example lets say these are our default schemas in our development, staging, and production HANA systems;
    DEV_SCHEMA
    QA_SCHEMA
    PROD_SCHEMA
    Each of these replicating data from their corresponding SAP source systems.
    Now, we have a view that is developed on DEV hana box and uses DEV_SCHEMA.  When this view content is imported to QA or PROD we handle easily with schema mapping.  All is well and good although we are not really a fan of this different naming and us developers did not choose this naming (self defense plea here for us brilliant developers whom never make such mistakes... PS: HI LARS! - Go Germany!)
    Now we are setting up a connection from BW into HANA using system connection and inside this is a parameter called 'db user'.  Although it's called db user it's actually looking for a SCHEMA name.  If BW DEV is querying from HANA DEV this schema name would be DEV_SCHEMA.  However if BW_QA is querying from HANA_QA then the name would need to be QA_SCHEMA but in our BW landscape we are locked in QA and PROD and normally can not and/or do not want to edit objects in non-native systems.  Ideally what we need is our default schemas in HANA to have the same exact name throughout the HANA landscape.
    All this said, I can see that it would be great to re-name our entire HANA landscape however that would be a HUGE monumental undertaking as all systems would need to be re-replicated again (at least I think).
    Just curious if anybody else has named their schemas differently on each tier?  What are most people doing?  Naming the default schemas the same consistently or are you using schema mapping?
    Thanks,
    -Patrick

    Hi Luke,
    I am new to the project and there seems to be no original version.  At some point a bunch of the destination field names were changed on the admin console and errors resulted from it both due to mismatched joins and the use of two word field names.  I have documentation of the names for the set of tables in the function area but am having trouble with how everything matches up in the bottom half..  I'll keep working on it
    Z

  • How to set default 'schema' in Pointbase?

    I am using Netbeans EA2 with bundled appserv. I have tried creating a CMP entity bean from the Pointbase sample database (PBPUBLIC), which works. But when i created my own database (MYDATABASE) in Pointbase and a CMP bean for my test-table, i get a SQLException: Invalid table name "Mytable" specified at position 147.
    This exception is thrown when i run "findByPrimaryKey" on my tablebean's home.
    I think i have narrowed the problem down to this:
    When I execute sql-commands on my db, I have to write
    Select * from "MYDATABASE"."Mytable"
    If i try to execute
    Select * from "Mytable"
    i get an error. (Invalid table name)
    Whereas when i execute commands on the Pointbase sample db (PBPUBLIC), both these sql's work:
    select * from "PBPUBLIC"."CUSTOMER_TBL"
    and
    select * from "CUSTOMER_TBL"
    My questions are
    1. How do i specify that "MYDATABASE" should the default schema in my database?
    is it possible at all? I have tried searching the pointbase docs, and looked in Pointbase Commander, but have found nothing.
    2. If I was going to fully qualify, that is, use "MYDATABASE"."Mytable" everytime i query the database, how and where do i specify that my entity bean should map betweed my dbschema and "MYDATABASE"."Mytable" ? Writing
    <table-name>MYDATABASE.Mytable</table-name> in sun-cmp-mappings.xml did not work (but that was no suprise)
    Is it not possible to fully qualify the tablename when using entity ejb's?
    the error i get is similar to the one in this thread, except that my dbschema name is correct.
    http://forum.java.sun.com/thread.jspa?threadID=586762&tstart=0
    I have tried creating a new dbschema in Netbeans, and editing sun-cmp-mappings.xml to point to the new dbschema. But i still get the same error.
    And btw, i know that my database is available, cause when i try to get the DataSource for my db directly, and execute a query, it works. But i have to fully qualify the tablename.
    Any help would be appreciated
    Thanks.

    I solved using the SET PATH statement.
    SET PATH your_default_schema, PointBase;
    Follow an extract from the PointBase Developer�s Guide:
    If you never execute a SET PATH statement, then the CURRENT_PATH consists of the
    schema POINTBASE, followed by your existing schema. When a SET PATH statement is
    issued, it completely replaces the existing CURRENT_PATH, unless CURRENT_PATH is part
    of the schemas being set in the path.
    The order of the schemas in the path is generally crucial. When the database system is looking
    for SQL objects, it looks for them in each schema (unless explicitly referenced otherwise),
    starting with the first schema in the path, then the next, etc...., until an SQL object is found that
    meets the criteria. One way to override the CURRENT_PATH is to explicitly reference the
    SQL object. For example, to reference a table, you can specify schema_name.table_name. In
    the above examples, the SQL object of table_name would be searched in the schema of name
    schema_name.
    I hope this helps,
    regards,
    armando croce

  • OBIEE installation drive

    Hi all,
    Everything was working fine for me till yesterday....
    Yesterday i tried to write a java program with the help of following [link to write java application| http://oraclebizint.wordpress.com/2008/01/04/oracle-bi-publisher-101331-creating-applications-using-jdeveloper-11g-and-web-service-soap-apis/]
    succesfully created the java application.
    But today, when I try to open the reports in BIP I am getting error message given below,for all the reports. Except the last file name in the error message 'xdo_070309_124949014_rtf_out.xsl' is different for each report.
    I believe that some config file got edited and bip is searching the required file in different OBIEE installation folder.
    OBIEE is installed in C drive and the path C:\OracleBI\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\tmp\ is very much valid when in the error message it is telling that D:\..\..\... is invalid.
    Please help me in the issue.
    Error meassage when trying to view any report in BIP.
    D:\OracleBI\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\tmp\xdo_070309_124949014_rtf_out.xsl (The system cannot find the path specified)
    Thanks in Advance.
    ESSPEE
    Edited by: esspee on Jul 3, 2009 1:09 PM

    Problelm solved.
    i had kept xdodebuf.cfg file in the location D:\Program Files\Java\jdk1.5.0_03\jre\lib for debug purpose.
    the log path in the file was LogDir=D:\OracleBI\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\tmp
    where it should have been written as LogDir=C:\OracleBI\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\tmp since OBIEE in my system is installed in C drive.
    Thanks
    ESSPEE
    Edited by: esspee on Jul 3, 2009 2:05 PM

  • OBIEE Installation Problem

    Hi
    I installation process, " *Please Specify a location for a valid JDK Installation*" error is coming. In my system java version 1.6.0_26-b03 is available. I was given the enviroment variable of CLASS_PATH,JAVA_HOME,PATH.
    Same path java programm is working fine, but the same path was given in OBIEE installation above said error is coming.
    Can you please guide and solve this problem.
    Regards
    M.Padmanabhan

    Hi,
    You must have a folder like the following : C:\Program Files\Java\jdk1.6.0_11 (Java Development Kit)
    If not you can dowload a jdk and install from here :
    http://www.oracle.com/technetwork/java/javase/downloads/java-se-jdk-7-download-432154.html
    Regards
    Adil

  • OBIEE Installation

    Goal : TO install OBIEE on Solaris 11 Zone3
    Current environment
    OS : Oracle Solaris 11
    Global Zone
    Zone1 - Oracle DB 11g
    Zone2 - Weblogic Server
    Zone3 - OBIEE Server - to be installed
    While installing OBIEE, installation got terminated with DB connectivity error. Tried to install Oracle 11g client and terminated with error message on packages. According to the client installation guide below listed packages are missing in zone 3 and global zone. Please advise the way ahead.
    SUNWsprox
    SUNWi1of
    SUNWi1cs
    SUNWi15cs
    SUNWxwfnt
    Thanks in advance.
    Sheen

    Hi Kam,
    First of all it's a pleasure to help! That being said, if you think I've correctly answered all your questions, it'd be great if you'd reward "Correct" and/or "Helpful" points for my participation.
    Secondly, after installing the components properly, you will get one development application,although, I'm not sure if it is IDE compliant. There really isn't a true debugger component, however, it does have a compiler that will throw errors and you'll have to do some leg work to figure out what is the root cause and fix it.
    The only setup.exe file you should be concerned with is in the Server folder. Ignore the others.
    Good luck!
    -Joe

  • Specify Default Schema Name in HANA Connection string

    Hi,
    I have connection string like this.
    DRIVER={HDBODBC32};UID=uid;PWD=pwd; SERVERNODE=x.com:30015;
    I want to include default schema name in the connection string.
    Please help me

    Hi S V
    there is no option for that available.
    To change the current schema it's required to run SET SCHEMA <schema_name> after you logged on.
    - Lars

  • Default Schema in HINUCALC0

    dear al,
    hw to default schema our own schema into pc00_m40_calc ?
    currently, IN00 is defaulted.
    thnq.

    curently, there are 8 payroll areas, and off cycles are also many.
    so each time when client open this t-code, they have to change schema manually.
    this is causing inconvienece to ppl. i thot, there if there is any scope to default own own schema,
    so that no need to change.
    i made, in00 as inactive (non executable), i think im right ?
    thnq.

  • Change default schema

    HI All,
    We are in process of deploying "SAP Business Intelligence Adoption rapid-deployment solution" and we have a schema which is already created and didn't use the option "Allow multiple usage" during the time of creation, once we import modules provided by SAP there are some models which are named by SAP predefined schema,
    I need to know what is the role I need to grant to out BW developers to change the default schema of these models.
    Thanks in advance,
    Shanaka.

    All of the application data is in one schema. e.g. APPDATA. however I don't have the password for the APPDATA user, it is controlled by the DBAs. As a developer, I have a DEVUSER account and password. And the DEVUSER is configured with the appropriate access to the APPDATA schema by the DBAs.
    The way I work right now, I connect to the database using the DEVUSER username/password, and I can navigate to the APPDATA schema through the "Other Schemas". I would like an option in the Connection properties that I can specify that APPDATA is my default schema, and the DEVUSER schema would be accessible from "Other Schemas".
    I see this field as optional. If it is not entered, then the user's schema is used.
    I hope that better explains things.
    Randy

  • Changing default schema

    Hi:
    I would like to know if there is a way to change the default schema a user references. For example, I login as user "bill" with a schema associated with that user. But I want to reference the tables in someone else's schema, maybe user joe's schema, as the default when I write my queries.
    I can do it with something like...
    select col1 from joe.tbl1 where col2 > 5;
    Is there a way to change the default schema to "joe" so that I don't have to prefix every table name reference with "joe."?
    Thanks in Advance

    You can use
    ALTER SESSION SET CURRENT_SCHEMA = joe
    This will not give you any access to any object owned by joe that you could not already access by using joe.name, but you will not need to add the joe.
    HTH
    John

  • Sharing reports across different OBIEE installations

    Hello,
    Is there a way to import/export reports from/to different OBIEE environments?
    We developed a number of Answers reports, and would love to share them with our counterparts who have their own OBIEE installations. The problem is that our environments differ and our repositories differ as well (.rpd file). Some of us are running Windows, others are running Linux; some use Oracle, others SQL Server, or even Microsoft Access.
    We tried copying the xml and corresponding .atr files from the catalog in one environment to the catalog in the other, but we quickly found out that the reports fail due to different configurations (missing tables, unknown users, problems with permissions, etc.)
    Any help or ideas will be greatly appreciated.
    Thank you very much.
    -sb

    Hello,
    Thank you for your response.
    I am replying to my own original post now. You are right, I was asking for the impossible -- it was late on Friday, and I must have been really tired when I submitted my original post.
    The problem I needed to solve was this. Someone gave me Microsoft Access database, the .rpd file and the .xml and .atr files for the Answers reports. My job was to make those reports run in my environment, which is Oracle on Linux. I have finally made it work, but I did have to make changes in the .rpd and add a TNS entry before this started to work. Since there was a change in the physical layer, I had to recreate the BM layer to generate the correct mappings. Then I was able to simply copy and paste the presentation layer from the .rpd that was given to me.
    Again, thank you very much for your response.
    -sb

  • Changing Users default Schema

    Hello,
    I'm trying to add a new user to my DB giving him the Schema of an old user as his default Schema.
    Can somebody tell me how to change User2's default schema to User1?
    Thanks in advance,
    Gregor

    Coolhands_99 wrote:
    I created all the users from the command line and I used -k legacy option for the calendar. At this point everything is working fine the user calendars I imported from Cal server 6.0 schema 1 all show up and work like they should. Once I assign a service package to a user account it changes their default calendar to the hosted format. Now my users have two calendars their default (hosted format) which is blank and their imported (legacy format) that has all the calendar entries. It sounds like you missed this step during your move to calendar server 6.2/schema 2:
    http://docs.sun.com/app/docs/doc/819-2656/6n4ua512a?a=view
    "Configuring Calendar Server for Hosted Domain Support"
    I've changed /opt/SUNWcomm/data/WEB-INF/classes/sun/comm/cli/server/servlet/ resource.properties from switch-caltype=hosted to switch-caltype=legacy and restarted the web container but no luck.These settings control how UWC log's into calendar server, i.e. as uid (legacy) or [email protected] (hosted) - it sounds that your problem is related to how calendar server stores to data instead.
    Regards,
    Shane.

  • Seperate OBIEE installation and Weblogic Installation

    Hi,
    Our requirement is to setup the HA system in the Production for the OBIEE. We have Admin server as active-passive on the 2 OBIEE instances.
    We trying to setup the high availability of the Admin server as per the Oracle Enterprise Deployment guide. If I setup that and manually failover the Admin server the user cannot login if the Admin server is migrated to second application server.
    So our next option is to install the weblogic on the NAS shared storage and scale out the OBIEE components on the 2nd Application server so that Active-Passive Admin server can access the same settings on the shared storage. So the question is it possible to separate the weblogic and OBIEE installation directories separately in order to achieve high availability.
    Thanks:
    Apurv.

    The URL will be exactly the same as a Windows installation but will have your Unix server name. You will need to learn how to start and stop the OBIEE services and OC4J in Unix. This is pretty well documented on the Infrastructure Installation and Configuration Guide.

  • How to re-create dropped default schemas

    Can any one please tell how to re-create schemas that are by default created when database is installed.
    All the default schemas other then SYSTEM, SYS, PUBLIC, DBSNMP were dropped.
    Now it is required to re-create them. where can I find the script to re-create them.
    Thanks in adv.

    Not the demo schemas but the ones that are used by oracle server (system) for activities like - taking export, supporting sql plus, or user connect, etc. etc.
    Schemas like DMSYS, OUTLN, etc. etc.

Maybe you are looking for

  • I am unable to print anything from any website.

    As of a week or so ago, I cannot print anything from Firefox. I'm using FF 3.6.13, and Max OS X 10.6.6 on a 3+ year-old (Intel Core 2 Duo) iMac. I'm connected via ethernet to a Brother laser printer. I am unaware of any change in any element of the c

  • Converting a word document to a wiki SharePoint page

    Community, I would like to convert documents to wiki web pages in SharePoint 2013 (I am beginning with word documents, but will eventually be doing ppt and others).  My dilema is that the word documents have hundreds of pictures.  Therefore, the answ

  • Premier elements 11

    I have recently bought premier elements 11. I open the icon, click on new project, it looks to try and open but it then close. I then get a message... We have detected an incompatible display driver. To get a better and faster performance, please upd

  • Shared safari history

    HI i found on my iPhone 4s , on safari history many adult sites saved in the history that I didn't recognize , I've never visited any of these sites , no one has an access to my phone , but I shared my Apple ID with someone , so could he browsing the

  • Error in Creating virtual tables

    Hi I get back a SQL error (SQL Statement not properly ended) in the case of Oracle for the following query. Is it not possible to create virtual tables in Oracle. I work on Oracle 9i CREATE GLOBAL TEMPORARY TABLE derTbl2143679361 (DerCol0, DerCol1, D