Mapping workspaces to existing schema

I have recently installed apex and am trying to map a workspace to an existing schema. The only schemas that show up in the drop down list are BI, IX and any new schemas I have created. I would like to map the workspace to SCOTT, OE, HR etc... How do I get these schemas to show up in the drop down list.... The only related posting I could find suggested grant select on at least one of the tables to the application schema. In this case, what is the application schema? I haven't created any applications yet...
Ken Rubesh

I found a table called flows_020200.wwv_flow_restricted_schemas. I deleted the record for schema OE and now it appears in the drop down. Is there a safer way to un-restrict schemas in apex??

Similar Messages

  • Problem in mapping existing schema in SunOne8

    I am trying to deploy an CMP application in Sun Java System Application Server Platform Edition 8.0.0_01 (build b08-fcs) and facing the following issues:
    1. I am generating an existing oracle schema file using deploy tool. I am able to choose the schema file, but the tables are not getting populated from the schema file. (I even tried creating the jdbc datasource, but no luck).
    2. I tried mapping the existing schema manually. After mapping the cmp entites to corresponding table, RED mark is shown in the Physical Tables.
    When i try to deploy the Jar, deployer is throwing the below error.
    Deploy action running...
    Deployment failed on target localhost:4848_server : Deployment Error -- Error while running ejbc -- Fatal Error from EJB Compiler -- Caught java.lang.IllegalArgumentException while processing CMP beans for application [TestCMP]; module [D:\servers\Sun\AppServer\domains\domain1\applications\j2ee-modules\test]: null. See log for details.
    !! Operation Failed !!!
    Any help..... very urgent.
    thanks,
    Bobby.

    Bobby,
    The tables do not get populated from the schema file.
    Basically, the captured schema is used to provide
    e the persistence engine with information about the
    structure of the database. I'm not exactly sure
    what the IllegalArgumentException stems from, but did
    you define a cmp-resource in deploytool as well. Is
    there more information in the server.log than what is
    provided.Thanks for your reply.
    If the tables are not displayed, how can we map the tables to corresponding entity beans. As a result, the sun-cmp-mapping file is empty.
    Another problem, if i manually provide the mapping file and the schema file, the tables / fields are getting displayed correctly, but "RED coloured icon is getting displayed in the Physical Tables" dropdown box in deploy Tool.
    No idea what is the problem.
    I have defined the cmp-resource in deployment tool, still i am getting the same error message.
    sun-ejb-jar.xml
    <cmp-resource>
    <jndi-name>jdbc/testdb</jndi-name>
         <default-resource-principal>
         <name>cmpuser</name>
    <password>smppassword</password>
    </default-resource-principal>
    <create-tables-at-deploy>false</create-tables-at-deploy>
    <drop-tables-at-undeploy>false</drop-tables-at-undeploy>
    <database-vendor-name>ORACLE</database-vendor-name>
    <schema-generator-properties>
    <property>
    <name>use-unique-table-names</name>
    <value>false</value>
    </property>
    <property>
    <name>java-to-database</name>
    <value>true</value>
    </property>
    </schema-generator-properties>
    </cmp-resource>
    Server Log message during deployment:
    #|2004-12-02T03:57:08.720-0800|SEVERE|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=13;|Caught java.lang.IllegalArgumentException while processing CMP beans for application [corp]; module [D:\servers\Sun\AppServer\domains\domain1\applications\j2ee-modules\test]: null. See log for details.
    java.lang.IllegalArgumentException
         at com.sun.jdo.spi.persistence.generator.database.MappingPolicy.getJdbcTypeName(MappingPolicy.java:885)
         at com.sun.jdo.spi.persistence.generator.database.MappingPolicy.getSQLTypeName(MappingPolicy.java:712)
         at com.sun.jdo.spi.persistence.generator.database.DDLGenerator.getColumnDef(DDLGenerator.java:433)
         at com.sun.jdo.spi.persistence.generator.database.DDLGenerator.createCreateTableDDL(DDLGenerator.java:292)
         at com.sun.jdo.spi.persistence.generator.database.DDLGenerator.generateDDL(DDLGenerator.java:113)
         at com.sun.jdo.spi.persistence.support.ejb.ejbc.JDOCodeGenerator.createDDLs(JDOCodeGenerator.java:575)
         at com.sun.jdo.spi.persistence.support.ejb.ejbc.JDOCodeGenerator.loadOrCreateMappingClasses(JDOCodeGenerator.java:503)
         at com.sun.jdo.spi.persistence.support.ejb.ejbc.JDOCodeGenerator.init(JDOCodeGenerator.java:145)
         at com.sun.jdo.spi.persistence.support.ejb.ejbc.JDOCodeGenerator.init(JDOCodeGenerator.java:118)
         at com.sun.ejb.codegen.CmpCompiler.compile(CmpCompiler.java:143)
         at com.sun.ejb.codegen.IASEJBC.doCompile(IASEJBC.java:617)
         at com.sun.ejb.codegen.IASEJBC.ejbc(IASEJBC.java:565)
         at com.sun.enterprise.deployment.backend.EJBCompiler.preDeployModule(EJBCompiler.java:476)
         at com.sun.enterprise.deployment.backend.EJBCompiler.compile(EJBCompiler.java:212)
         at com.sun.enterprise.deployment.backend.ModuleDeployer.runEJBC(ModuleDeployer.java:1192)
         at com.sun.enterprise.deployment.backend.EjbModuleDeployer.deploy(EjbModuleDeployer.java:172)
         at com.sun.enterprise.deployment.backend.ModuleDeployer.doRequestFinish(ModuleDeployer.java:139)
         at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:124)
         at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:74)
         at com.sun.enterprise.deployment.phasing.DeploymentService.executePhases(DeploymentService.java:233)
         at com.sun.enterprise.deployment.phasing.DeploymentService.deploy(DeploymentService.java:150)
         at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.deploy(ApplicationsConfigMBean.java:275)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:287)
         at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:280)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:221)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:228)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:823)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:792)
         at sun.reflect.GeneratedMethodAccessor76.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:54)
         at $Proxy1.invoke(Unknown Source)
         at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:282)
         at com.sun.enterprise.tools.admingui.util.MBeanUtil.invoke(MBeanUtil.java:105)
         at com.sun.enterprise.tools.admingui.util.MBeanUtil.invoke(MBeanUtil.java:35)
         at com.sun.enterprise.tools.admingui.handlers.DeploymentHandler.deploy(DeploymentHandler.java:98)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandler(DescriptorViewHelper.java:785)
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.dispatchEvent(DescriptorViewHelper.java:731)
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.execute(DescriptorViewHelper.java:250)
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewBeanBase.execute(DescriptorViewBeanBase.java:187)
         at com.iplanet.jato.view.RequestHandlingViewBase.handleRequest(RequestHandlingViewBase.java:308)
         at com.iplanet.jato.view.ViewBeanBase.dispatchInvocation(ViewBeanBase.java:822)
         at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandlerInternal(ViewBeanBase.java:760)
         at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandlerInternal(ViewBeanBase.java:780)
         at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandler(ViewBeanBase.java:590)
         at com.iplanet.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:951)
         at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:622)
         at com.sun.enterprise.tools.guiframework.view.BaseServlet.processRequest(BaseServlet.java:186)
         at com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:480)
         a

  • Which privileges are needed to create workspace for using existing schema

    Hi,
    until now I always created new workspaces creating new schemas.
    today I decided to use existing schemas. i created an user (default tablespace "users", with a lot of privileges (create any context, create table, etc..)
    i tried to create a workspace.
    now i got an error: no sufficient privileges for tablespace "users".
    how to solve ?
    Leo

    Leo, you might try altering your site preferences using the apex_admin app so that it doesn't try to install the sample/demo applications during workspace creation. Then repeat the provisioning attempt. If it works, then you'll know the error had something to do with sample/demo app creation in the schema. If it still gives you an error we'll know that too.
    Scott

  • HTMLDB workspace not recognising existing schema - help!

    Hi,
    This thread is a spinoff from this thread (Hosting an Oracle XE db on the web?
    I am trying to use HTMLDB Workspace to upload my Oracle database and its web pages onto the internet for my university project. However, when I get to the schema name I give my username for an existing schema, and the schema is not recognised. Why is this?
    How can this be fixed and what is the cause?
    BTW I am using Oracle XE if this matters.
    Thanks
    Message was edited by:
    user469406

    << so what is the process of packaging the db to host it elsewhere on a server (ie I need to save and send the db and its HTML pages to someone I know through the net for hosting). >>
    It appears you first need to better understand how HTMLDB works because what you're asking for is simply impossible (unless your target host has an Oracle database with HTMLDB installed already)...
    The pages you create in HTMLDB (which make up your application) are not static, but they get created dynamically through PL/SQL inside the database engine. So it's impossible to just upload them to any kind of web server, as it is impossible to just just "send the db" - Oracle is nothing like Access ;-)
    As Robert already mentioned, you may be stuck because your schema GA_Airways does not exist on htmldb.oracle.com (which is logically if you think about it, or better say unless anybody else had already created a schema with that name...).
    However - it's not that complicated after all:In order to bring your application online there, you need to
    a) successfully request a workspace - make sure you do not choose "existing schema" but rather "new" and it should work without problems. You don't need to worry about the schema name that will be provided, it really doesn't matter.
    b) create the tables you need for your app inside your new workspace
    c) if needed, upload your data to the tables
    d) import your application (which you exported before on your local installation)
    HTH,
    Holger

  • Is it posible to use existing schema in APEX??

    Hi gurus,
    I need to know that how i can use my existing schema table/objects in Oracle Application Express v.2.2, for ex: i want to SCOTT or HR schema tables in APEX
    Is it posible ?? kindly help me...
    regards
    Qamar

    You can request that an additional schema be added to an existing workspace, i.e. one workspace can have one or more schemas associated with it. If you're the ApEx administrator you can create the request from the workspace where you're doing your development, then login to the internal workspace and approve the request. If you don't have user credentials for the internal workspace then ask your Oracle/ApEx DBA to approve the schema request.
    Use Administration>Manage Services>Request Schema to make the request. It allows you to request a new one or use an existing one.
    Earl

  • Attach existing Schema in Apex

    Sorry All,
    I have to post this tread here as the link to [Apex Forum|http://forums.oracle.com/forums/forum.jsp?forum=137|Apex] is not working since weeks.
    I need Oracle (sample) HR database in Apex workspace, when I requested for it (request existing schema) I got reply as The requested schema already exists. Can someone suggest me any alternate way to get it...?
    Thank for reading this post
    *009*

    Hi damorgan ,
    Thanks for the reply,
    well there are lots of reasons to believe so,
    1st is, I don't see the schema name in the drop down list of schema
    2nd SELECT object_type, COUNT(*)
           FROM dba_objects
           WHERE owner = 'HR'; this SQL does not work, ORA-00942: table or view does not exist (My schema does not have dba rights)
    3rdSELECT COUNT(*)
    FROM all_objects
    WHERE owner = 'HR'; returns
    COUNT(*)
    0
    1 rows returned in 0.21 secondsregards
    *009*

  • Creating a new schema or adding some more tables in existing schema ??

    Hi All,
    We have a new requirement from the client asking us to include a few new functionalities(pages--- all together a new application has to be embedded into our application) in our application. By adding these new functionalities, the number of hits to our application can be doubled.
    As per the above requirement, I would like to know that whether to create a new schema or to create some new tables in the existing database for the new functionalities.
    By what way, can I handle the number of requests in a better way? by creating the new schema or by creating the new tables for the new functionalities.
    Also I would like like to know what kind of factors will differ between creating a new schema or creating new tables for the new functionalities in the existing schema.
    FYI... We are using Cold Fusion as front-end and Oracle 9i for back-end

    This the forum for Oracle's SQL Developer tool. You will get better answers in the Database - General forum.
    The short answer is that from a performance point of view there will be no difference. The issues are more to do with maintenance.

  • Which is better a new schema or adding tables in the existing schema

    Hi All,
    We have a new requirement from the client asking us to include a few new functionalities(pages--- all together a new application has to be embedded into our application) in our application. By adding these new functionalities, the number of hits to our application can be doubled.
    As per the above requirement, I would like to know that whether to create a new schema or to create some new tables in the existing database for the new functionalities.
    By what way, can I handle the number of requests in a better way? by creating the new schema or by creating the new tables for the new functionalities.
    Also I would like like to know what kind of factors will differ between creating a new schema or creating new tables for the new functionalities in the existing schema.
    FYI... We are using Cold Fusion as front-end and Oracle 9i for back-end

    I agree with VD in that it all depends on how closely the new features ties into your existing application structure.
    The second major factor to consider is since you mention "for client" is if your application has more than one client and if you will be rolliong this feature into the application for all clients. If you have multiple clients but only this one gets this feature then it may make more sense to use a second schema, but it really depends on how easy to identify and separate this feature's objects for the purpose of maintaining it through future upgrades is going to be.
    HTH -- Mark D Powell --

  • Error : DB Mapping does not exist for the Host in iSetup

    Hi Experts,
    We configured iSetup for migrating data from source to target, while configuring instance mapping has been completed successfully but while extracting data from source to target is showing below error :
    Error : DB Mapping does not exist for the Host:<host name > with Two Task: TEST
    EBS Version : 12.1.1 with 11.1.0.7 DB
    OS : RHEL 5.3 x86_64
    Any idea much Appreciated .
    Thanks in advance,
    Regards,
    900076.

    900076 wrote:
    Hi Experts,
    We configured iSetup for migrating data from source to target, while configuring instance mapping has been completed successfully but while extracting data from source to target is showing below error :
    Error : DB Mapping does not exist for the Host:<host name > with Two Task: TESTIs this the complete/exact error message?
    EBS Version : 12.1.1 with 11.1.0.7 DB
    OS : RHEL 5.3 x86_64
    Any idea much Appreciated .
    http://docs.oracle.com/cd/E18727_01/doc.121/e12899/toc.htm
    http://docs.oracle.com/cd/E18727_01/doc.121/e15842/toc.htm
    Thanks,
    Hussein

  • User application-id and existing schema: Enhancer doesn't work properly

    I want to use JDO, but I have an existing schema and I need to use my own
    primary keys.
    Unfortunately the documentation and examples show only one thing at a
    time.
    Either it describes how to use an existing schema or it shows how to use
    application-controlled keys.
    Below I pasted a simplified example which shows my problem.
    Is there something obviously wrong in my setup? Do I forget something
    maybe quite simple?
    Thanks for any help - I am pretty much stuck here,
    Claudia
    Error:
    ======
    Enhancing first seems to have worked fine.
    But when using the enhanced classes in my business code (before
    actually creating or querying) I get an error message which shows
    that during the enhancement process something went wrong:
    java.lang.VerifyError:
    (class: DBEntry, method: jdoCopyKeyFieldsToObjectId signature:
    (Ljavax/jdo/PersistenceCapable$ObjectIdFieldManager;Ljava/lang/Object;)V)
    Bad type in putfield/putstatic
    My package.jdo:
    ================
    <?xml version="1.0"?>
    <jdo>
    <package name="de.erv.be.biz.conf.jdo">
    <class name="DBEntry" identity-type="application"
    objectid-class="MyObjectId">
    <extension vendor-name="kodo" key="table" value="DB_TABLE"/>
    <extension vendor-name="kodo" key="pk-column" value="ID"/>
    <extension vendor-name="kodo" key="lock-column" value="none"/>
    <extension vendor-name="kodo" key="class-column" value="none"/>
    <field name="id" primary-key="true">
    <extension vendor-name="kodo" key="id-data-column" value="ID"/>
    </field>
    <field name="data">
    <extension vendor-name="kodo" key="data-column" value="DATA"/>
    </field>
    </class>
    </package>
    </jdo>
    My class DBEntry which matches a table in the database:
    =======================================================
    package jdoTest;
    import javax.jdo.*;
    public class DBEntry{
    private Long id;
    private String data;
    public void setId(Long p_id){
    id = p_id;
    public void setData(String p_data){
    data = p_data;
    public Long getId(){
    return id;
    public String getData(){
    return data;
    My class MyObjectId:
    ====================
    public class MyObjectId{
    public Long id;
    public boolean equals(Object other){
              if (other == this)
                   return true;
              if (!(other instanceof ObjectId))
                   return false;
              ObjectId obj = (ObjectId) other;
              return this.id == obj.id;
    public int hashCode(){
    return id.hashCode();

    The problem here is actually a bug in the 0.95 spec, which Kodo 2.2.x
    implements. It has been resolved in the 1.0 spec. Keep an eye on this
    newsgroup for an announcement of our 1.0-compliant beta sometime tomorrow.
    To temporarily resolve the problem at hand, see
    https://bugzilla.solarmetric.com/show_bug.cgi?id=123.
    -Patrick
    On 6/4/02 10:37 AM, "Claudia Bach" <[email protected]> wrote:
    I want to use JDO, but I have an existing schema and I need to use my own
    primary keys.
    Unfortunately the documentation and examples show only one thing at a
    time.
    Either it describes how to use an existing schema or it shows how to use
    application-controlled keys.
    Below I pasted a simplified example which shows my problem.
    Is there something obviously wrong in my setup? Do I forget something
    maybe quite simple?
    Thanks for any help - I am pretty much stuck here,
    Claudia
    Error:
    ======
    Enhancing first seems to have worked fine.
    But when using the enhanced classes in my business code (before
    actually creating or querying) I get an error message which shows
    that during the enhancement process something went wrong:
    java.lang.VerifyError:
    (class: DBEntry, method: jdoCopyKeyFieldsToObjectId signature:
    (Ljavax/jdo/PersistenceCapable$ObjectIdFieldManager;Ljava/lang/Object;)V)
    Bad type in putfield/putstatic
    My package.jdo:
    ================
    <?xml version="1.0"?>
    <jdo>
    <package name="de.erv.be.biz.conf.jdo">
    <class name="DBEntry" identity-type="application"
    objectid-class="MyObjectId">
    <extension vendor-name="kodo" key="table" value="DB_TABLE"/>
    <extension vendor-name="kodo" key="pk-column" value="ID"/>
    <extension vendor-name="kodo" key="lock-column" value="none"/>
    <extension vendor-name="kodo" key="class-column" value="none"/>
    <field name="id" primary-key="true">
    <extension vendor-name="kodo" key="id-data-column" value="ID"/>
    </field>
    <field name="data">
    <extension vendor-name="kodo" key="data-column" value="DATA"/>
    </field>
    </class>
    </package>
    </jdo>
    My class DBEntry which matches a table in the database:
    =======================================================
    package jdoTest;
    import javax.jdo.*;
    public class DBEntry{
    private Long id;
    private String data;
    public void setId(Long p_id){
    id = p_id;
    public void setData(String p_data){
    data = p_data;
    public Long getId(){
    return id;
    public String getData(){
    return data;
    My class MyObjectId:
    ====================
    public class MyObjectId{
    public Long id;
    public boolean equals(Object other){
    if (other == this)
    return true;
    if (!(other instanceof ObjectId))
    return false;
    ObjectId obj = (ObjectId) other;
    return this.id == obj.id;
    public int hashCode(){
    return id.hashCode();
    Patrick Linskey [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • How to create mass users and map them to existing  hrms users

    Hi,
    Im running oracle ebusiness suite 12i . I want to create mass users , and map them to existing hrms users.
    The users I want to create exist in an excel spreadsheet with the columns employee id, user name. They will all be granted the same responsibility. I want to map them to existing hrms users using the employee id key.
    I have read about the package FND_USER_PKG.CREATEUSER and I can loop over it by using sql loader to create a temporary table, but I m lost on how to automatically map them to hrms users as part of the script.
    Any help.
    dula

    Thanks a lot Omka,
    I managed to create the users by running the script:
    declare
    Cursor C1 is
    select d.product_code,b.responsibility_key from FND_USER_RESP_GROUPS_ALL a,fnd_responsibility b,fnd_user c,fnd_application d
    where a.user_id = c.user_id
    and a.responsibility_id = b.responsibility_id
    and b.application_id = d.application_id
    and c.user_name ='JOCHIENG';
    Cursor employee is
    SELECT EMPLOYEE_ID,EMPLOYEE_NAME from eldoret_final;
    BEGIN
    for e in employee loop
    fnd_user_pkg.createuser
    x_user_name => e.EMPLOYEE_NAME
    *,x_owner => ''*
    *,x_unencrypted_password => 'welcome123'*
    *,x_start_date => SYSDATE - 10*
    *,x_end_date => NULL*
    *,x_description => 'CBK Employee'*
    *,X_EMPLOYEE_ID => e.EMPLOYEE_ID*
    fnd_user_pkg.addresp(upper (e.EMPLOYEE_NAME),'PER', 'CBK_EMPLOYEE_DIRECT_ACCESS','STANDARD', 'DESCRIPTION', sysdate, null);
    end loop;
    commit;
    end;
    I had first created the user JOCHIENG and assigned it the responsibility for Self service. So the script just assigns the responsibilities by copying from the one assgined to this user.
    Everything seems ok. However, when trying to log in as the new user, the login error: Login failed. Please verify your login information or contact the system administrator.
    is returned. But I can reset the password using the forms under Security > Define. Even with the correct password, the login doesn't go through.
    Any idea?
    dula

  • Redo the syndication map if the Repository schema changes?

    Hi ,
    We have changed the repository structure after creating the syndication map which is based on the repository schema.Now when I load the syndication map with the updated schema ,i am not seeing the newly added fields on the destination items,so we loaded the destination properties with new schema again but the map of all the fields are no more available which leaves us to redo the map again.Is there anyway that the destination is updated with new fields without redoing the map again.
    Thanks

    Hi Aravind,
    unfortunately there is no way to solve this issue but rebuilding the map. The reason is the way syndciation maps are stored in MDM 5.5. This is subject to change (and improve a lot!) in MDM 7.1. But in 5.5 you'll have to rebuild the syndication map completely if you change the repository schema, respectively the XSD file you use as a basis for XML distribution.
    Best regards
    Michael

  • Creating user for existing schema

    Hi,
    A colleague of mine created a schema and now we would like to create a user with the same name. How can this be done? When I try it it says that I cannot create a duplicate schema, but dropping the old one is not an option because it's already been filled with data.
    Thanks,
    Michael

    You can't.  When you create a user, the system must automatically create a schema with the same name. This is used for certain system, temporary objects.  You therefore can not have an existing schema with the same name.

  • Can i use the maps application already existing on my i phone in an offline mode?

    can i use the maps application -already existing in iphone 4- in an offline mode?

    No. It downloads the maps as it needs them.
    A very small portion of the map is cached in memory when offline, so you can see the last area you looked at, but as soon as you want to move the map, or look elsewhere it will need an internet connection to download from Google.
    There are standalone map apps available in the AppStore if you search for the area you want.

  • Can we see the existing schemas in OID

    Can we see the existing schemas like SCOTT
    etc in the directory structure? if so how to
    view them?

    Hello Srinivas:
    All of the tables that make up OiD in the database are owned by the database users ODS and ODSCOMMON. However, Oracle does not support manipulation of data in these tables via SQL*plus. We want you to treat OiD like its an LDAP server because thats what it is. Use standard V2 or V3 LDAP protocol when accessing and manipulating data in the LDAP server. In addition, there are a number of acceptable third party API's you can also use such as JNDI, Netscapes LDAP SDK, and of course Oracles own C and PL/SQL API for LDAP to manipulate data in OiD.
    Thanks,
    Jay
    null

Maybe you are looking for

  • Show attached material picture in ABAP screen object

    Hello, I'm attaching material pictures with the GOS create attachment option. Here I could attach all kind of documents including the files "*.gif, *.tif, etc." These pictures are stored on our document server. Another possibility I use is to create

  • Open iweb files in dreamweaver

    Hi! I have read so many forums about this topic. The solution everyone seems to have is to publish your iweb files to a folder and then open index.html through dreamweaver. I can open the file, however, it only displays a code and the file size is on

  • CS5 illustrator making my files huge

    I'm having a bit of an issue with illustrator cs5.  I have a project that I'm working on that has a header and 4 images in it.  The images are all 400-500 kb.  When I save though it makes the file 44.6 mb.  I can not figure out why this is happening.

  • ORA-30036: During Bulk Insert

    Hi gurus, While loading data from stgging table to dimension table we are facing below mention error ORA-30036: unable to extend segment by 8 in undo tablespace 'UNDOGTAMAC' we are using below script INSERT /*+ APPEND */ INTO table_dim (SELECT * FROM

  • Change decimal points in SD Condition type from 2 to 3, for EU

    Hello, We have a slight problem with the amounts. We are using resource related billing in the project and to track some expenses, there are some condition types created. Since the currency is maintained as EU, the decimal places are maintained as 2