Why are BC objects created in user's schema

Server = Sun Sparc SunOS 5.8, Oracle 8.1.7.4 SID
Client = Windows 2000, Oracle 9iDS (v9.0.2 w/Jdeveloper v9.0.3)
Network = 100MB TCP/IP
I have a schema with relatively large (in my mind) tables master = 225,000 records; detail = 1,200,000 records.
I've used Jdeveloper 9i to create a business components (Java based) view of these tables.
When I execute the view (query) and request the last record of the master table, this action takes approximately 1 hr and 40 minutes to accomplish.
The database is in archive mode.
The redo logs (3) on the database were 500 KB files (the default created by the DBCA). I was seeing archive files created on the order of one every 10 seconds. I increased the logfiles to be 200 MB and now appear to be getting archives once every 10 minutes.
I've tracked it down to something taking place in the connected user's tablespace during the query.
I created a separate tablespace (with it's own temporary tablespace) for my test user. If I did not grant unlimited tablespace to this user, the query failed because the user did not have privilege on the tablespace.
When I granted unlimited tablespace (is there no middle ground??), the tablespace grew to 290 MB from 128 KB. After disconnecting from the query (quitting the application) the tablespace remained at 290 MB. Upon restarting the query, the used tablespace initially shrunk back to 650KB and then grew again to 290 MB. The temporary tablespace never changed or seemed to be accessed. Both times the query took about1 hr and 40 minutes
9 objects were created in the users schema, 3 tables, 4 indexes and 2 LOBs.
My question is why these thing s need to be created for tables that are already indexed and why they would not stay populated for quick reuse. If every one of my users create and populate these tables and indexes for each query session, Ill soon run out of disk space, to say nothing about the ridiculously poor performance.
Have I made some basic error in the creation of my business components that cause this condition?

It will spew out a whole lot of diagnostic output. Copy and post that diag and let me have a look at it.Here goes ...... and guess what .... this actually worked, there was no tables created in the user schema and the query only took about 3 or 4 minutes. Something quirky in the JDeveloper / tester way of doing business ???
[00] Diagnostic Properties: Timing:false Functions:false Linecount:true Threshold:6
[01] CommonMessageBundle (language base) being initialized
[02] Stringmanager using default locale: 'null'
[03] BC4J Property jbo.maxpoolcookieage='-1' -->(MetaObjectManager) from System Default
[04] Loading 5.0 IDE classes
[05] BC4J Property jbo.maxpoolcookieage='-1' -->(MetaObjectManager) from System Default
[06] BC4J Property jbo.maxpoolcookieage='-1' -->(MetaObjectManager) from System Default
[07] Creating a new pool resource
[08] BC4JDeployPlatform: LOCAL
[09] Propertymanager: searching for file and system based properties
[10] {{ begin Loading BC4J properties
[11] -----------------------------------------------------------
[12] BC4J Property jbo.default.language='en' -->(MetaObjectManager) from System Default
[13] BC4J Property jbo.default.country='US' -->(MetaObjectManager) from System Default
[14] BC4J Property DeployPlatform='LOCAL' -->(SessionImpl) from Client Environment
[15] Skipping empty Property ConnectionMode from System Default
[16] Skipping empty Property HostName from System Default
[17] Skipping empty Property ConnectionPort from System Default
[18] BC4J Property jbo.locking.mode='pessimistic' -->(MetaObjectManager) from System Default
[19] Skipping empty Property ApplicationPath from System Default
[20] BC4J Property AppModuleJndiName='ctf.database.gpl.bc.BcModule' -->(SessionImpl) from Client Environment
[21] Skipping empty Property java.naming.security.principal from System Default
[22] Skipping empty Property java.naming.security.credentials from System Default
[23] Skipping empty Property jbo.user.principal from System Default
[24] Skipping empty Property jbo.object.marshaller from System Default
[25] BC4J Property jbo.use.pers.coll='false' -->(SessionImpl) from System Property
[26] BC4J Property jbo.pers.max.rows.per.node='70' -->(SessionImpl) from System Default
[27] BC4J Property jbo.pers.max.active.nodes='30' -->(SessionImpl) from System Default
[28] Skipping empty Property jbo.pcoll.mgr from System Default
[29] BC4J Property jbo.txn_table_name='PS_TXN' -->(SessionImpl) from System Default
[30] BC4J Property jbo.txn_seq_name='PS_TXN_seq' -->(SessionImpl) from System Default
[31] BC4J Property jbo.control_table_name='PCOLL_CONTROL' -->(MetaObjectManager) from System Default
[32] BC4J Property jbo.stringmanager.factory.class='use_default' -->(SessionImpl) from System Default
[33] BC4J Property jbo.fetch.mode='AS.NEEDED' -->(MetaObjectManager) from System Default
[34] BC4J Property jbo.323.compatible='false' -->(MetaObjectManager) from System Default
[35] Skipping empty Property JBODynamicObjectsPackage from System Default
[36] BC4J Property MetaObjectContextFactory='oracle.jbo.mom.xml.DefaultMomContextFactory' -->(MetaObjectManager) from System Default
[37] BC4J Property MetaObjectContext='oracle.jbo.mom.xml.XMLContextImpl' -->(MetaObjectManager) from System Default
[38] BC4J Property java.naming.factory.initial='oracle.jbo.common.JboInitialContextFactory' -->(SessionImpl) from Client Environment
[39] BC4J Property IsLazyLoadingTrue='true' -->(MetaObjectManager) from /oracle/jbo/server/jboserver.properties resource
[40] BC4J Property ActivateSharedDataHandle='false' -->(MetaObjectManager) from System Default
[41] Skipping empty Property HandleName from System Default
[42] Skipping empty Property Factory-Substitution-List from System Default
[43] BC4J Property jbo.project='PM_BC' -->(MetaObjectManager) from Client Environment
[44] BC4J Property jbo.max.cursors='50' -->(MetaObjectManager) from System Default
[45] BC4J Property jbo.dofailover='true' -->(MetaObjectManager) from System Default
[46] BC4J Property jbo.doconnectionpooling='false' -->(MetaObjectManager) from System Default
[47] BC4J Property jbo.recyclethreshold='10' -->(MetaObjectManager) from System Default
[48] BC4J Property jbo.ampool.dynamicjdbccredentials='true' -->(MetaObjectManager) from System Default
[49] BC4J Property jbo.ampool.resetnontransactionalstate='true' -->(SessionImpl) from System Default
[50] BC4J Property jbo.ampool.sessioncookiefactoryclass='oracle.jbo.common.ampool.DefaultSessionCookieFactory' -->(MetaObjectManager) from System Default
[51] BC4J Property jbo.ampool.connectionstrategyclass='oracle.jbo.common.ampool.DefaultConnectionStrategy' -->(MetaObjectManager) from System Default
[52] BC4J Property jbo.ampool.maxpoolsize='2147483647' -->(MetaObjectManager) from System Default
[53] BC4J Property jbo.ampool.initpoolsize='0' -->(MetaObjectManager) from System Default
[54] BC4J Property jbo.ampool.monitorsleepinterval='600000' -->(MetaObjectManager) from System Default
[55] BC4J Property jbo.ampool.minavailablesize='5' -->(MetaObjectManager) from System Default
[56] BC4J Property jbo.ampool.maxavailablesize='25' -->(MetaObjectManager) from System Default
[57] BC4J Property jbo.ampool.maxinactiveage='600000' -->(MetaObjectManager) from System Default
[58] BC4J Property jbo.passivationstore='null' -->(MetaObjectManager) from System Default
[59] BC4J Property RELEASE_MODE='Stateful' -->(MetaObjectManager) from System Default
[60] BC4J Property jbo.maxpoolcookieage='-1' -->(MetaObjectManager) from System Default
[61] BC4J Property PoolClassName='oracle.jbo.common.ampool.ApplicationPoolImpl'-->(MetaObjectManager) from System Default
[62] BC4J Property jbo.maxpoolsize='2147483647' -->(MetaObjectManager) from System Default
[63] BC4J Property jbo.initpoolsize='0' -->(MetaObjectManager) from System Default
[64] BC4J Property jbo.poolrequesttimeout='30000' -->(MetaObjectManager) from System Default
[65] BC4J Property jbo.poolmonitorsleepinterval='600000' -->(MetaObjectManager) from System Default
[66] BC4J Property jbo.poolminavailablesize='5' -->(MetaObjectManager) from System Default
[67] BC4J Property jbo.poolmaxavailablesize='25' -->(MetaObjectManager) from System Default
[68] BC4J Property jbo.poolmaxinactiveage='600000' -->(MetaObjectManager) from System Default
[69] BC4J Property jbo.assoc.consistent='true' -->(MetaObjectManager) from System Default
[70] BC4J Property jbo.viewlink.consistent='false' -->(MetaObjectManager) from System Default
[71] BC4J Property jbo.passivation.TrackInsert='true' -->(MetaObjectManager) from System Default
[72] Skipping empty Property jbo.ViewCriteriaAdapter from System Default
[73] BC4J Property jbo.SQLBuilder='Oracle' -->(MetaObjectManager) from /oracle/jbo/server/jboserver.properties resource
[74] BC4J Property jbo.ConnectionPoolManager='oracle.jbo.server.ConnectionPoolManagerImpl' -->(MetaObjectManager) from System Default
[75] BC4J Property jbo.TypeMapEntries='Oracle' -->(MetaObjectManager) from Client Environment
[76] Skipping empty Property jbo.sql92.JdbcDriverClass from System Default
[77] BC4J Property jbo.jdbc.trace='false' -->(MetaObjectManager) from System Default
[78] BC4J Property jbo.sql92.DbTimeQuery='select sysdate from dual' -->(MetaObjectManager) from System Default
[79] BC4J Property oracle.jbo.defineColumnLength='as_chars' -->(MetaObjectManager) from System Default
[80] Skipping empty Property jbo.tmpdir from System Default
[81] Skipping empty Property jbo.server.internal_connection from System Default
[82] Skipping empty Property SessionClass from System Default
[83] Skipping empty Property TransactionFactory from System Default
[84] BC4J Property jbo.debugoutput='console' -->(Diagnostic) from System Property
[85] BC4J Property jbo.debug.prefix='DBG: ' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
[86] BC4J Property jbo.logging.show.timing='false' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
[87] BC4J Property jbo.logging.show.function='false' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
[88] BC4J Property jbo.logging.show.level='false' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
[89] BC4J Property jbo.logging.show.linecount='true' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
[90] BC4J Property jbo.logging.trace.threshold='6' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
[91] BC4J Property jbo.jdbc.driver.verbose='false' -->(Diagnostic) from System Default
[92] BC4J Property jbo.ejb.txntimeout='1830' -->(SessionImpl) from System Default
[93] BC4J Property jbo.ejb.txntype='global' -->(MetaObjectManager) from System Default
[94] BC4J Property jbo.ejb.txn.disconnect_on_completion='false' -->(SessionImpl) from System Default
[95] Skipping empty Property oracle.jbo.schema from System Default
[96] BC4J Property jbo.xml.validation='false' -->(MetaObjectManager) from System Default
[97] BC4J Property ord.RetrievePath='ordDeliverMedia' -->(MetaObjectManager) from System Default
[98] BC4J Property ord.HttpMaxMemory='102400' -->(MetaObjectManager) from System Default
[99] Skipping empty Property ord.HttpTempDir from System Default
[100] BC4J Property ord.wmp.classid='clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95' -->(MetaObjectManager) from System Default
[101] BC4J Property ord.qp.classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B'-->(MetaObjectManager) from System Default
[102] BC4J Property ord.rp.classid='clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA'-->(MetaObjectManager) from System Default
[103] BC4J Property ord.wmp.codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701' -->(MetaObjectManager) from System Default
[104] BC4J Property ord.qp.codebase='http://www.apple.com/qtactivex/qtplugin.cab' -->(MetaObjectManager) from System Default
[105] Skipping empty Property ord.rp.codebase from System Default
[106] BC4J Property ord.wmp.plugins.page='http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&' -->(MetaObjectManager) from System Default
[107] BC4J Property ord.qp.plugins.page='http://www.apple.com/quicktime/download/' -->(MetaObjectManager) from System Default
[108] BC4J Property ord.rp.plugins.page='http://www.real.com/player/' -->(MetaObjectManager) from System Default
[109] BC4J Property jbo.security.enforce='None' -->(SessionImpl) from System Default
[110] BC4J Property jbo.security.loginmodule='oracle.security.jazn.tools.Admintool' -->(SessionImpl) from System Default
[111] BC4J Property jbo.server.useNullDbTransaction='false' -->(SessionImpl) from System Default
[112] Copying unknown Client property (DBconnection='jdbc:oracle:oci8:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=hostname)(PORT=1526)))(CONNECT_DATA=(SID=sidname)))') to session
[113] Copying unknown Client property (password='apassword') to session
[114] Copying unknown Client property (JDBCName='dev_oci') to session
[115] Copying unknown Client property (user='ausername') to session
[116] Copying unknown Client property (jbo.applicationmoduleclassname='ctf.database.gpl.bc.BcModule') to session
[117] Copying unknown Client property (ApplicationName='ctf.database.gpl.bc.BcModule') to session
[118] WARNING: Unused property: LC='Calling Function' found in /oracle/jbo/common/Diagnostic.properties resource
[119] }} finished loading BC4J properties
[120] -----------------------------------------------------------Diagnostics: (Properties (re)loaded) Routing diagnostics to standard output (use -Djbo.debugoutput=silent to remove)
[121] Diagnostic Properties: Timing:false Functions:false Linecount:true Threshold:6
[122] JavaVMVersion: 9.0.3.738 cdov
[123] JavaVMVendor: Oracle Corp.
[124] JavaVMName: OJVM Client VM
[125] OperatingSystemName: Windows 2000
[126] OperatingSystemVersion: 5.0
[127] OperatingSystemUsername: MacEwan James
[128] Jbo323Compatible Flag: false, str: false
[129] Loading from PM_BC.jpx file
[130] Loading from indvidual XML files
[131] Loading the Containees for the Package 'PM_BC.PM_BC'.
[132] Registered Oracle JDBC driver with BC4J Server
[133] Connected to Oracle JBO Server - Version: 9.0.3.10.7
[134] BC4J: Instrumentation disabled
[135] Loading from /ctf/database/gpl/bc/bc.xml file
[136] Loading from indvidual XML files
[137] Loading the Containees for the Package 'ctf.database.gpl.bc.bc'.
[138] Loading from /ctf/database/gpl/bc/BcModule.xml file
[139] Loading from /ctf/database/gpl/bc/GplElementView.xml file
[140] ViewObjectImpl's default fetch mode = 0
[141] Loading from /ctf/database/gpl/bc/GplElement.xml file
[142] Loading Typemap entries from oracle.jbo.common.OracleTypeMapEntries
[143] CSMessageBundle (language base) being initialized
[144] OracleSQLBuilder reached getInterface
[145] Oracle SQL Builder Version 3.2.0.0.0
[146] Loading from /ctf/database/gpl/bc/GplGroupView.xml file
[147] Loading from /ctf/database/gpl/bc/GplGroup.xml file
[148] Loading from /ctf/database/gpl/bc/GplPageView.xml file
[149] Loading from /ctf/database/gpl/bc/GplPage.xml file
[150] Loading from /ctf/database/gpl/bc/GplParamView.xml file
[151] Loading from /ctf/database/gpl/bc/GplParam.xml file
[152] Loading from /ctf/database/gpl/bc/GroupPageIdFkLink.xml file
[153] Loading from /ctf/database/gpl/bc/GroupPageIdFkAssoc.xml file
[154] Loading from /ctf/database/gpl/bc/ElementPageFkLink.xml file
[155] Loading from /ctf/database/gpl/bc/ElementPageFkAssoc.xml file
[156] Loading from /ctf/database/gpl/bc/ParamElmFkLink.xml file
[157] Loading from /ctf/database/gpl/bc/ParamElmFkAssoc.xml file
[158] Using DatabaseTransactionFactory implementation oracle.jbo.server.Database TransactionFactory
[159] mUsePersColl is false
[160] ViewObjectImpl.mDefaultMaxRowsPerNode is 70
[161] ViewObjectImpl.mDefaultMaxActiveNodes is 30
[162] DBTransactionImpl Max Cursors is 50
[163] Created root application module: 'ctf.database.gpl.bc.BcModule'
[164] Locale is: 'en_US'
[165] DefaultConnectionStrategy is establishing an application module connection
[166] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
[167] Creating a new pool resource
[168] Trying connection/2: url='jdbc:oracle:oci8:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ahost)(PORT=1526)))(CONNECT_DATA=(SID=asid)))' info='{user=ausername, password=apassword, java.naming.security.principal=ausername, java.naming.security.credentials=ausername}' ...
[169] Successfully logged in
[170] JDBCDriverVersion: 9.0.1.4.0
[171] DatabaseProductName: Oracle
[172] DatabaseProductVersion: Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production JServer Release 8.1.7.4.0 - Production
[173] ViewRowSetImpl's jbo.viewlink.consistent = false (0)
[174] Column count: 21
[175] ViewObject : Created new QUERY statement
[176] SELECT GplPage.PAGE_ID, GplPage.PAGENAME, GplPage.HEIGHT, GplPage.WIDTH, GplPage.UNITS, GplPage.GRID_SCALE, GplPage.GRID_FLAGS, GplPage.LEFT_GRID_MARGIN, GplPage.RIGHT_GRID_MARGIN, GplPage.BOTTOM_GRID_MARGIN, GplPage.TOP_GRID_MARGIN, GplPage.NUM_MINOR_GRID, GplPage.TYPE, GplPage.ACL, GplPage.CLASS, GplPage.DATE_MOD, GplPage.NUM_ELEMENT, GplPage.LOCKED, GplPage.FLAGS FROM GPL.GPL_PAGE GplPage
[177] Column count: 11
[178] ViewObject close prepared statements...
[179] ViewObject : Created new QUERY statement
[180] SELECT GplGroup.GROUP_ID, GplGroup.LINK_ID, GplGroup.USERNAME, GplGroup.GROUPNAME, GplGroup.ACL, GplGroup.CLASS, GplGroup.PAGE_ID, GplGroup.TAIL, GplGroup.TEST, GplGroup.SEQ, GplGroup.VERSION FROM GPL.GPL_GROUP GplGroup WHERE GplGroup.PAGE_ID = :1
[181] Binding null for 1
[182] Column count: 11
[183] ViewObject : Re-defining and reusing prepared Statement
[184] Binding param 1: 2
[185] JBOTableModel: Recvd Event=[RangeRefreshEvent: GplGroupView2 start=0 count=1]
[186] $$added root$$ id=-2
[187] $$added root$$ id=-73
[188] $$added root$$ id=-2559
[189] Column count: 11
[190] ViewObject : Reusing defined prepared Statement
[191] Binding param 1: 363793
[192] JBOTableModel: Recvd Event=[RangeRefreshEvent: GplGroupView2 start=0 count=1]
[193] Removing an unreferenced, available pool instance
[194] ViewObject close prepared statements...
[195] ViewObject close prepared statements...
[196] ViewObject close prepared statements...
[197] ViewObject close prepared statements...
[198] ViewObject close prepared statements...
[199] ViewObject close prepared statements...
[200] ViewObject close prepared statements...
[201] Clearing EO cache for ctf.database.gpl.bc.GplPage
[202] Clearing EO cache for ctf.database.gpl.bc.GplParam
[203] Clearing EO cache for ctf.database.gpl.bc.GplGroup
[204] Clearing EO cache for ctf.database.gpl.bc.GplElement
[205] Clearing EO cache for ctf.database.gpl.bc.GplPage
[206] Clearing EO cache for ctf.database.gpl.bc.GplParam
[207] Clearing EO cache for ctf.database.gpl.bc.GplGroup
[208] Clearing EO cache for ctf.database.gpl.bc.GplElement
[209] Resetting AM=BcModule
[210] *** closing jdbc connection now **** (oracle.jdbc.driver.OracleConnection@120)
[211] mUsePersColl is false
[212] ViewObjectImpl.mDefaultMaxRowsPerNode is 70
[213] ViewObjectImpl.mDefaultMaxActiveNodes is 30
BC4J Tester exit code(0)

Similar Messages

  • Business Management Error: You are attempting to create a user with a domain logon that does not exist. Select another domain logon and try again.

    Hello,
    Suddenly the working CRM is being stopped for some group of users.
    I drilled down to the issue and have checked that the users from Domain in which CRM is installed are having CRM access.
    But for other domain user having problem to access CRM.
    I tried to add a user from a domain which is not of CRM domain then it gives following error.
    "Business Management Error: You are attempting to create a user with a domain logon that does not exist. Select another domain logon and try again.
    <Message>LookupAccountNameW failed with error</Message> "
    The change is made - AD group have upgraded Activer Directory server to 2012 R2
    Please help as the Production CRM is not working for other domain user.

    We have Activer Directory Structure like below.
    One Root Domain says A
    and there are multiple child domain like B,C,D etc...
    B,C and D are all in same level,they are child of A domain.
    There are two way transitive trusts between A and all the child Domain.
    But there is no trust in between B and C and so on.
    Our CRM server is in B domain and B domain's user can access CRM but users of Domain C,D and so on can not access CRM.
    If this post answers your question, please click &quot;Mark As Answer&quot; on the post and &quot;Mark as Helpful&quot;

  • How to identify objects created by registering xml schema

    Hi Everyone,
    We are using Oracle 9i Rel2. I have registered an XML schema and I saw that there were several objects created for it table ,some types and a trigger . For some build purposes I want to exclude all of these objects which are associated with xml schema and should be able to drop and recreate the whole of oracle schema.
    I see the user_types table does not have any parameter to indicate that these are autogenerated or are different. In user_types they look like any other type that a user would have created. Do any of you know how to differentiate these types created by registering XML schemas from the normal types.
    Thanks for your help

    There is no way I know of to differentiate between a type created by Schema Registration and another Type. You can query the XML Schema itslef to get the Typenames it relies on.
    SQL> --
    SQL> SQL> select nvl(extractvalue
    2 (
    3 value(ct),
    4 '/xs:complexType/@name',
    5 'xmlns:xs="http://www.w3.org/2001/XMLSchema"
    6 xmlns:xdb="http://xmlns.oracle.com/xdb"'
    7 ),'Local Complex Type') COMPLEX_TYPE,
    8 extractvalue
    9 (
    10 value(ct),
    11 '/xs:complexType/@xdb:SQLType',
    12 'xmlns:xs="http://www.w3.org/2001/XMLSchema"
    13 xmlns:xdb="http://xmlns.oracle.com/xdb"'
    14 ) SQL_TYPE
    15 from user_xml_schemas,
    16 table
    17 (
    18 xmlsequence
    19 (
    20 extract
    21 (
    22 schema,
    23 '//xs:complexType',
    24 'xmlns:xs="http://www.w3.org/2001/XMLSchema"
    25 xmlns:xdb="http://xmlns.oracle.com/xdb"'
    26 )
    27 )
    28 ) ct
    29 /
    COMPLEX_TYPE
    SQL_TYPE
    PurchaseOrderType
    PURCHASEORDER_T
    LineItemsType
    LINEITEMS_T
    LineItemType
    LINEITEM_T
    COMPLEX_TYPE
    SQL_TYPE
    PartType
    PART_T
    ActionsType
    ACTIONS_T
    Local Complex Type
    ACTION_T
    COMPLEX_TYPE
    SQL_TYPE
    RejectionType
    REJECTION_T
    ShippingInstructionsType
    SHIPPING_INSTRUCTIONS_T
    Local Complex Type
    ROOT_T
    COMPLEX_TYPE
    SQL_TYPE
    Local Complex Type
    P222_T
    10 rows selected.
    SQL>

  • Question: How to create new user and schema in 11g?

    Who can give me answer how to create a new user and schedule?
    I had installed oracle 11g DB and oracle client in my windows OS. I found in the 11g there is no enterprise manager console with new version. It is different from with oracle 10g.So i don't know how to create it new user.
    I had created new DB instance, but i don't how to create a user on that. Who can give me a hand for that? I hope one oracle experenice expert give my answers.
    Thanks a lot!
    Edited by: user774630 on Oct 27, 2008 10:01 PM
    Edited by: user774630 on Oct 27, 2008 10:09 PM

    Hi,
    I am not sure that which option you are talking about? Are you using the EMCA,http://download.oracle.com/docs/cd/B28359_01/server.111/b28319/emca.htm#SUTIL800] to create the new repository for the EM? If not the command line than the other only way is to use DBCA(Database Configuration Assistant).I believe you are talking about that. Yes ,if the message is coming creating the repository than after wards you can login to the EM. You would get the port no of the EM's HTTP port from the $OH/install/portlist.ini file.
    HTH
    Aman....
    Edited by: Aman.... on Oct 28, 2008 11:36 AM
    Gave up, link insertion doesn't work.

  • NEED HELP!!!!! Create Tablespace, User, and Schema

    Hello Everyone,
    I am kind of confuse with Oracle 10g since i am doing it first time. I am trying to accomplish to create a user for my WORLD database and by using Report Builder 10g to generate reports.
    I have been told that i need to create a Tablespace in my WORLD database in order to log-in to the Report Builder. When I am trying to log in to Report Builder i have to enter
    UserName:xxx123
    Password:password
    Database:@@@.WORLD -- where you see @@@ i have to put my tablespace where i have to store my all tables and assign user to this table space that i have been told so far.
    so here what i did.
    I create a new database name WORLD
    created New tables Space name mySpace
    but when i was tyring to create table through Enterprise Manager
    On create table screen i enter table Name EMPLOYEE
    ask me to select Tablespace : mySpance
    ask me to select Schema: (when i scroll down i saw my username) ??? so I am kind of confuse how do i make this stuff work?
    Can anyone give me simple direction or steps that i need to follow.
    I am trying to use Report Builder10g and using Oracle Database to access data.
    Please anyone can give me suggetion asap. Its vrey important for me since i just got new entry level job.
    Thank You

    I have two TNSNAMES.ORA file
    # TNSNAMES.ORA Network Configuration File: C:\oracle\ora90\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    OEMREP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = KAM)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = OEMREP.broadvoice.com)
    WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = KAM)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = world)
    DEV1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = KAM)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = Dev1)
    DEVAM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = KAM)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = devam)
    INST1_HTTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = KAM)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = MODOSE)
    (PRESENTATION = http://HRService)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    Also, I checked in Services that my oracleserviceWORLD was running. So, my database run when i start my computer.
    Please let me know if there is anything wrong. I am very thankful to you that you are helping me out. I do appreciate your kind help.
    Thank You

  • Why are my objects moving past their keyframe mark?

    I'm trying to create a twitch and slide effect with a company logo coming in and going out of frame. After the first twitch, during the slide, the object moves past it's keyframe, then moves backwards, then forwards again before it's commands to leave the frame.
    I'm using 4 keyframes - The 1st to 2nd is the twitch into frame (Right to Left). 2nd to 3rd a the slow slide (that somehow goes past the 3rd keyframe the goes backwards, passes it a second time, then forwards. Still Right to Left), and the 3rd to 4th is the twitch out of frame (from Right to Left). There is no indication that the speed curves are going below 0 px/sec. I'm using easy ease on all the movements and haven't adjusted the curves to make the twitch effect yet.
    Why is this happening and how do I remedy this?

    In your comp window view the motion path. Set the comp viewer Zoom Factor to 200 or 400% if needed. Look for bezier handles on the keyframe. Press the g key to bring up the pen tool then hold down the alt/option key to reveal the convert vertex tool (looks like a sideways V) and click on the keyframe. The bezier handles will go away and your problem will be solved.
    If the path is curved you may have to adjust bezier handles individually to remove the bounce.

  • Why are some objects not printing from Illustrator after I print to PDF?

    Hi,
    I've printed a large Illustrator CS6 document to PDF (using Adobe PDF setting in print dialog box), and it looks just fine when I view the PDF. The problem is that some lines do not print when I try to print the PDF on paper. I've tried adjusting settings and printing to the PDF in different ways, but can't figure it out. Everything looks great on the screen, but some lines are missing once printed to paper. Others have tried printing the PDF as well and are also getting missing lines.
    Any suggestions?! Thanks!

    I've tried selecting print all layers, and I'm also tiling the pages to a custom page size. I've left all the other settings at default. Everything looks perfect on screen, but parts of the same object do not print. I tried to attach a screen shot but am getting an error. Basically each page has a border around it, and one side of the border is not printing on certain pages.

  • Why are my images created in Photshop cs6 blurry when insterted into Premiere Pro

    I create beuatiful still images in photoshop CS 6  to use in my videos.  They are high resoultion raw files that are reized to 16x9 ratio.  Once I put them into Premiere Pro they are still fine.  When I place them in my timeline and press play on my sequence they instally become blurry.
    Please advise?

    There could be a few things at play here.  But if, as you say, your images go blurry only when you press play, you might take a look at your playback resolution settings.  I'm not sure how the most current release works (I haven't installed it due to the several new bugs posted here), however in recent versions there is a separate quality setting for the program monitor when the video is stopped vs. when it is playing back.

  • Why are backgrounds to created images black?

    Dear all,
    In creating a bufferred image (or a volatile image - perhaps this problem exists with all image classes), the background is completely black. Only the painted components (typically small coloured rectangles) appear as they should do, colour wise. I am creating the graphics using a Graphics2D object in the standard way. However, a call to
    g2.setBackground(Color.white) etc still results in a background color black, as does
    g2.setColor(Color.white), before the call that adds the rectangles
    So I thought, I'd first draa one huge white rectangle using something like
    g2.setColor(new Color(255,255,255)), then
    g2.fill3DRect(0,0,600,900,false) // whatever
    and then draw over the rectangles that I need to add. However the resultant background colour is gray rather than white. Whats going on?
    Any suggestions?
    Cheers
    Ben

    Here's a demo of using setColor.Works for me.
    import java.awt.*;
    import java.awt.image.*;
    import javax.swing.*;
    public class ImageBackground {
        public static void main(String[] args) {
            final int W = 200, H = 100;
            BufferedImage bi = new BufferedImage(W, H, BufferedImage.TYPE_INT_RGB);
            Graphics2D g = bi.createGraphics();
            g.setColor(Color.WHITE); //!
            g.fillRect(0,0,W,H);    //!
            g.setColor(Color.BLUE);
            g.setFont(new Font("Lucida Bright", Font.PLAIN, 16));
            g.drawString("Hello, World!", 10, 50);
            g.dispose();
            JLabel label = new JLabel(new ImageIcon(bi));
            final JFrame f = new JFrame("ImageBackground");
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.getContentPane().add(label);
            f.pack();
            SwingUtilities.invokeLater(new Runnable(){
                public void run() {
                    f.setLocationRelativeTo(null);
                    f.setVisible(true);
    }

  • Why can I not create this user account?

    I deleted an account and I'm now trying to recreate it. When I go to the Account manager and type in the name (using the same name I had before) I am unable to. I get the message "The name you have chosen conflicts with a name assigned to another user. You can't assign the name "Joe Smith" to two different users. Remember that name s are not case sensitive when check for conflicts."
    The thing is, I don't have another user in any variant of Joe Smith.
    What gives?

    Same problem here: "The name you have chosen conflicts with a name assigned to another user." - "You can’t assign the name “x” to two different users. Remember that names are not case-sensitive when checking for conflicts."
    When running a
    $ dscl localhost -read "/Search/Users/x"
    it returns a
    <dscl_cmd> DS Error: -14136 (eDSRecordNotFound)

  • Why are bookmarks being created whenever I Insert a blank page?

    I am currently using a trial version of Adobe Acrobat Pro XI. I notice that whenever I want to edit my PDF and insert a blank page into the pdf that a bookmark will be created for each blank page that I am adding. I am wondering if the bookmark creation tool was some automatic selection that is applied when you create the blank page? Is it possible to turn it off? This can become quite a hassle if you are adding a number of blank pages sporadically throughout the document.

    I am also trying to do this same thing.
    I have followed the text as it is stated in
    http://otn.oracle.com/products/reports/htdocs/faq9i.htm#43
    but it still does not work.
    My invisible line prints on every other page, however
    my repeating frame prints on every page with no page breaks.
    Do you have any suggestions?
    Thanks in advance,
    Vicki

  • Why are my objects snapping?

    Hello Illustrator forum,
    I've got a bit of trouble with Illustrator that I assume has a really simple answer but I can't seem to find the preference for it. My objects seem to be snapping to place but, as far as I can tell, I have all those settings disabled. Anybody know what I'm missing?
    Things to note:
    View > Snap to Grid > Disabled
    View > Snap to point > Disabled
    Preferences > Selection and Anchor display > Snap to point > Disabled
    Any help you guys could give me would be great!

    Hey oh!
    I did. I actually just tried it again and it looks like it was my error as I didn't remove it off the circle as well. Thanks for your help, this seems to have solved it for me!
    On a second note, do you know if there's a way in which one turns this off by default? This doesn't seem to be a very helpful option.
    Edit: Ah, just saw the addition to your first post. Thanks for your help! Beer's on me!

  • Why are 3D objects incredibly small when exported from Photoshop CS6?

    When I attempt to export 3D objects for use in Apple's iBooks Author software—say, a Collada 3D model of Earth for a children's science book—from Photoshop CS6, the object comes out impossibly small or completely invisible. It will work just fine in Photoshop, but if I view it in Finder using Quick Look, open it in Preview, or drop it into an iBooks Author project, the object appears so small that it's useless. No amount of scaling it in said software corrects the issue, either.
    What happened? Is there a new export preset I'm missing? I used this exact same process in Photoshop CS5, and it worked wonderfully.
    Thank you!

    HI,
    Am also having similar problem with exporting 3d model into ibook or iauthor.
    Any help ?

  • Why are old apps from different user account still on iPad 2 when I changed to a new itunes account?

    I am a teacher and we are setting up accounts for our iPad carts, and we originally had one account for all our iPads, and have now switched to using three separate accounts.  When I logged into iTunes with our new ID for the cart, and tried syncing an iPad, it still had the old apps on the iPad that I was trying to sync with the new account.  The apps were also still in the iTunes Library, which I thought was odd since they are from the different account.  So are these apps supposed to still be on the iPad, and if not what should we do?

    If the apps are still in the iTunes library on the computer that you are syncing them from then they will remain on the iPad - more thatn one account can be authorised on a computer's iTunes (via the Store > Authorise This Computer drop-down menu option), the account doesn't need to be the one that is logged in. If you don't want those apps on the iPads anymore then you could delete them from that computer's iTunes

  • Why are 3D objects a different colour when previewed on iPad?

    I'm testing a simple 3D cube in the 3D widget and the colour of the .dae file is a dark blue. In iBooks Author on my mac it displays properly but when I preview it on the iPad the blue turns turquoise and it horribly inaccurate.
    Is this an issue anybody else is finding? Could it be to do with the blue colours in particular or the lights in the .dae file?
    Any tips welcome

    See: iBooks Author: Best practices for using 3D models - Support - Apple

Maybe you are looking for

  • Adobe Photoshop CS2 crashes... please help!

    Photoshop crashes minutes into trying to edit photos.. here is the errors I receive: Any help you can provide is appreciated! Process:     Adobe Photoshop CS2 [324] Path:        /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS

  • How to generate a high freq square wave on NI-USB 62xx

    Hi, I am trying to generate a 50khz square wave with an AO channel on the NI-USB 6212 (rated at 250ks/s AO). I started with the Voltage - Continuous Output.vi example but when i go up toward 50khz square wave (100khz sample rate) the edges of the squ

  • Show file name in the library module

    In Lightroom 2.7. there was the option in the library module to show the file name of the photograph in the area under the photograph. In Lightroom 3 I can not find this option anymore. Can anybody help me to find it ? Thank you Ewanik

  • How can I list an album under multiple artists?

    Take, for example, the album Undercurrent by Bill Evans and Jim Hall. I have it listed as Bill Evans & Jim Hall, with the album artist as Bill Evans, so that, for sorting purposes, it appears with the rest of my Bill Evans collection. However, it is

  • Improve XML readability in Oracle 11g for binary XMLType storage for huge files

    I have one requirement in which I have to process huge XML files. That means there might be around 1000 xml files and the whole size of these files would be around 2GB. What I need is to store all the data in these files to my Oracle DB. For this I h