Calling a backend JOB in oracle express

Hello,
I have oracle 10g Express installed, which is working fine.
I have created a backend database job to update an index automatically every time a change is made to the require table.
Code is:-
DECLARE
X NUMBER;
BEGIN
SYS.DBMS_JOB.SUBMIT
( job => X
,what => 'EXECUTE IMMEDIATE ''alter index approvals_index1 rebuild online parameters (''''sync memory 45M'''')'';
EXECUTE IMMEDIATE ''alter index my_index1 rebuild online parameters (''''sync memory 45M'''')'';'
,next_date => to_date('01/01/4000 00:00:00','dd/mm/yyyy hh24:mi:ss')
,interval => 'to_date(''01/01/4000 00:00:00'',''dd/mm/yyyy hh24:mi:ss'')'
,no_parse => TRUE
SYS.DBMS_OUTPUT.PUT_LINE('Job Number is: ' || to_char(x));
END;
commit;
I am then using a pl/sql function in my app on the create / update page of the table in question as follows:-
dbms_job.run(79);
Job 79 being the code above.
This returns an error saying job cannot complete.
This will not run in my installation, but it works in my work instance which is 10g with apex 2.2 installed on top.
Why is this? and how do i get around the problem ?
Many Thanks To All
Rob

Clarification: this is a text index.
You need to resync it rather than rebuild it: http://download-uk.oracle.com/docs/cd/B19306_01/text.102/b14217/quicktour.htm#sthref78.
You probably need to schedule the job. Alternative approaches are to run the job at short intervals anyway (AskTom runs it every few minutes - see first answer on http://asktom.oracle.com/pls/ask/f?p=4950:8:3528069288840489084::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:37336837188020), or to run CTX_DDL.SYNC_INDEX as part of your submit process.

Similar Messages

  • Using a single NetConnection instance to dispatch multiple calls to backend

    I have a scenario where calls to backend have to be dispatched in parallel because the calls are independent and dispatching them serially would cost performance.
    If I use a single instance of NetConnection to send multiple requests to backend -  one after the other without waiting for responses to previous requests to arrive - and there is a NetStatus event once the calls have been dispatched because, for example, the network connection went down, is it possible to find out which of the calls succeeded and which ones failed? Is it safe to assume that if the onResult function of a particular call's responder was not invoked, then that request did not reach the backend? If not, what is the recommended way to implement this? Should a separate instance of NetConnection be used for each call?  How expensive would it be? How are multiple NetConnection instances connected to the same endpoint handled under the hood?
    Thanks.

    Joe,
    I don´t know a specific reference for it, I remembered it because when I was looking the documentation on the site, I saw the reference "Support for multiple database connections" in the URL: APEX Listener New Features 2.0</title><meta name="Title" content="APEX Listener New Features 2.0…
    I´ve tried to use APEX listener some time ago, but in a earlier version together with glassfish. So, since for me was only one database, I created the necessary amount of DAD´s on my database, each one for a specific port.
    Check the link and you´ll see the same information I saw.
    Thanks.
    José Valdézio
    "Neo, everything that Oracle told me, became true, except extinguish bugs in a first release."

  • Corrupt Data1.cab in Oracle Express 10g Universal  for Windows

    Hello Oracle Folks,
    I downloaded several times Oracle Express 10g Universal for Windows (OracleXEUniv.exe) and tried to install it and I get every time the same error message: "Error 1335. The required file "Data1.cab" is corrupt and cannot be used ...". When I download the Western European Edition (OracleXE.exe) the installation works! I downloaded the file on different local disks to exclude the risk that my disk is damaged.
    Can you please check if this download is sane!
    Thanks and best regards Thomas Mayr

    kalyat wrote:
    Amazing reply Hans.
    I have seen some arrogent smart mouth answers in my time. But this really takes the cake. Also judging from the icon you are some kind of employee of oracle. Wow! Now that shows respect for your users.
    Sorry to disappoint you - I am not an employee of Oracle. Much of your rant is irrelevant.
    I am simply a person who has volunteered enough time to provide over 8,000 repsonses in these forums and many more in other forums.
    Many, many, many of the questions are pure repetition due to the extreme laziness, incompetence or inability to do basic thinking by the questioners. There are also a lot of questions by 'newbies' who have obviously made an attempt to research the problem.
    My approach to answering questions is simple and two-fold:
    - make the person angry enough, or aware ennough, that they will think a bit when asking the next question;
    - if they ask a question intelligently (http://www.catb.org/~esr/faqs/smart-questions.html) I usually am convinced to help.
    (And yes, I do take longer breaks when I find myself being frustrated enough to provide answers like the above.)
    The stupid installation program for your stupid database was supposed to check the version of the Operating System. Anyway how does the operating system version matter if a cab file is corrupted? which was incidently packed in that stupid download link which you have happily given to all customers all this time. I was hoping to find that since you guys are too lazy to make the installation file properly you might have atleast bothered to put up a download link for that stupid Data1.cab. But nooo... The 'stupid installation program' is indeed that - a stupid installation program. It does a certain amount of checking, but definitely not enough. In that I do agree with you. It was also released too early - basrely understands how to spell Vista.
    Also, there is an assumption by Oracle that the person downloading reads the documentation, especially the installation guide, that is available at the same location as the download. It is amazing and extremely disappointing to note how many people will not even attempt to look at the link.
    The real sad part for me is that I frequently download software (and did again in this case) to verify that the user has a legitimate complaint. The 'data1.cab' that I received was not corrupt. Therefore I conclude the original poster made some huge assumption that is likely invalid. Now, I did install into an XP machine, and that could make a difference.
    As for the 'you guys' statement - perhaps you should take that up with Oracle or an Oracle employee. Directing at me is an unsubstantiated assumption on your part. <g>
    >
    I wasted some time thinking I would check out the db for development, got the same error and after seeing your mealy mouthed response to that poor guy who was asking a valid question, I think I won't bother anymore. You see, there is this amazing thing called Linux and MySQL..
    Yup. You could easily go there. Shows yet another assumption. (In fact, my company is centered around Linux and Oracle. And I have made a conscious decision, based on 3 decades of experience, to toss MySQL and stick with Oracle. And now that Sun, which owns MySQL, seems to be on the auction block, the future of MySQL is definitely up in the air.)
    However, given how many assumptions you make and how valid they are, you may find it easier to stick with MySQL. Oracle Express edition potentially could save huge buckets of time and effort in the long run, but it does require reading, research and other skills to get up to speed.
    Now, as to your problem
    1) This is not the forum to discuss issues with installation. (If the problem is traced to the download source, then this is the right spot.)
    2) There is a dedicated forum for Oracle Database 10g Release 2 Express Edition (Oracle Database Express Edition (XE)
    3) You are absolutely correct that the installer should be smart enough to check the OS. It does not.
    4) Since it does not, and since there are differences, knowing which version AND edition of Windows (or which Linux distro and release) is critical to troubleshooting.
    Edited by: Hans Forbrich on Mar 21, 2009 4:32 PM

  • Oracle Express Server Vs Oracle 10g Express Edition

    Hi Guys,
    I have very basic doubt regarding Oracle Database 10g Express Edition and Oracle Express Server. Is both are same or its different ??
    Actually I am looking into docs of OFA i.e. Oracle Financial Analyzer, and before installing this I need to Install Oracle Express Server (OES).
    Does anyone has any idea on OES
    Thanks and Regards
    JC

    Thanks for clarification, I was suppose to write
    Oracle Application Express (formerly Oracle HTML DB) .Yup. It's pretty easy to get these mixed up. Especially since Express Server and Personal Express (the BI OLAP tools) really have been off the radar for several years, ever since most of the functionality was folded into the OLAP option of the Enterprise Edition.
    So what we have now is "Oracle Database 10g Release 2 Express Edition" with "Oracle Application Express" as a dev/ui tool. And I've noticed that some people are saying calling "Express Server" when they mean "Application Express".

  • Using OBIEE with Oracle Express Edition Database? SOLVED

    I have a client that wants a quick demo of OBIEE. They sent us some csv files as the data source. I migrated them to Excel files for easier use, but the Excel files seem to have limitations on how I can combine the columns, such as concatenating and formatting.
    I then loaded them into an Oracle Express Edition database, assuming more "database" functionality would be available to me. I was able to load them into the Administration Tool, but Answers gives me the following error when I try to view any results from the Express database:
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified at OCI call OCIServerAttach. [nQSError: 17014] Could not connect to Oracle database. (HY000)
    SQL Issued: SELECT COURSE_ENROLLMENT.CAMPUS saw_0 FROM BI_DEMO ORDER BY saw_0
    Thanks for any help. This is my first non-guided attempt using OBIEE.
    Edited by: markstuartnelson on Sep 29, 2008 5:22 PM

    Thanks. I got some assistance from a co-worker that is also using Express Edition. (This is also my first use of Express Edition.)
    Here is the tnsnames entry that I created, in case it helps someone else:
    DEMO_XE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
         (SERVER = DEDICATED)
         (SERVICE_NAME = xe)
    )

  • Authentication Scheme for sample application in Oracle Express

    All, I recently installed Oracle Express on linux and I was browsing the sample application and when I look up the Authentication Scheme for this app I get the message
    No authentication schemes have been defined. You can create a new authentication scheme starting with the Create Scheme button above
    Now when I click "Authentication Status " I see
    Application: 100
    Method: Authentication Scheme
    Details: Uses authentication schemes to control user authentication and all other aspects of session management for your application.
    Logout URL: wwv_flow_custom_auth_std.logout?p_this_flow=&APP_ID.&p_next_flow_page_se
    ss=&APP_ID.:1
    Public Pages: (none)
    Action: Manage authentication schemes using the report above.
    Yet when I run the app I know it is looking up the data in the demo_users table. What I don't see is where the function custom_auth is defined for this app as the function to call for authenticating users. Can someone point me in the right direction.
    Also has anyone upgraded apex in express to 2.2. Any issues?
    thanks
    Scott.

    I think i found it when you are in list view no schemes appear. However, when you switch to detail view then I can see the custom scheme.
    scott

  • Oracle Express 6.3.4 Installation problem

    Hi,
    We have installaed Oracle Express 6.3.4 in HP Truc 64 M/C. When trying to start Express 6.3.4 version software, i get the foll error as mentioned below. It shows OES_Request -read fails, error 35. Please can anyone let me know what should be done to resolve the error and the server gets started.
    [152524] 10/07/2010 00:45:13 xsdaemon: start_oes - pid: 152529; path: /db/express634/olap/oes634/service/expres63; name: ExpSrv634
    [152524] 10/07/2010 00:45:13 xsdaemon: listening...
    [152524] 10/07/2010 00:45:13 xsdaemon: Initializing NCRO.
    [152524] 10/07/2010 00:45:13 xsdaemon: Using port number: 11798
    [152524] 10/07/2010 00:45:13 xsdaemon: Binding socket.
    [152524] 10/07/2010 00:45:13 xsdaemon: Calling listen(). (Portno 5678)
    [152524] 10/07/2010 00:45:14 xsdaemon: Got activity on control pipe
    [152524] 10/07/2010 00:45:14 xsdaemon: WAKEUP called.
    [152524] 10/07/2010 00:45:15 xsdaemon: got request from OES (pid 152529)
    [152524] 10/07/2010 00:45:15 xsdaemon: OES_REQUEST - read fails, error 35
    [152524] 10/07/2010 00:45:16 xsdaemon: Got activity on control pipe
    [152524] 10/07/2010 00:45:16 xsdaemon: OES (pid 152529) has terminated
    Thanks,
    Ramanathan

    I'm not able to get the solution for the message "xsdaemon: OES_REQUEST - read fails, error 35". Pls can anyone suggest since i tried max option. Also the error message is not avaialble in metalink too.

  • Oracle express vs regular edition

    how are you?
    wanted to ask you the following:
    i am doing an online course in PL/SQl (see below for syllabus) and originally i installed
    an Oracle Express 10 edition.
    my instructor though told me that i should install a regular edition because
    'express edition behaves quite differently'.
    the problem is that regular edition consumes a lot of resources and really slows down the computer. i have a feeling that for this
    course (see below) there is not reason to install the whole of Oracle.
    what is your opinions shall i switch to oracle express?
    thank you :)
    ===========
    Intermediate Oracle
    Gain hands-on experience with Oracle's PL/SQL programming language, with expert assistance from an IT veteran. PL/SQL is Oracle's procedural language extension to Structured Query Language (SQL). This course will give you the skills you need to write powerful and flexible programs using that language. You'll learn the building blocks and core features of PL/SQL, including expressions, various iterations, and built-in functions. Then, you'll begin building fully functional PL/SQL programs with procedures, packages, debugging routines, database structures, triggers, and cursor processing. By the time you finish this course, you will be able to store PL/SQL programs in a database and execute them.

    Duke555 wrote:
    my instructor though told me that i should install a regular edition because
    'express edition behaves quite differently'.I would ask the instructor for details.
    Express Edition runs exactly the same PL/SQL and SQL engine as the big guys.
    Express, however, does not include Java in the database so it is not possible to run or call Java Stored Procedures. This is often considered an 'advanced topic'.
    In my experience, with the exception of some 'advanced' built-in packages such as Spatial (which are also advanced topics) even many of the supplied Packages and Procedures will work. As an example, even Application Express works on XE and that is done 'entirely in PL/SQL'.
    The instructor is absolutely correct if referring to the management interface. Express Edition does not include DB Control. But that is not a 'PL/SQL' or 'SQL' topic unless dealing with performance management and Diagnostic/Tuning packs.
    More details are necessary ... 'proof by blatant assertion' is not an answer in this case.

  • From MS Access One-to-Many Form to Oracle Express

    Hello, hello,
    Firstly, I am new at Oracle and interested to really getting into out, however, I am a little ancy to get going. I'm looking for some sharp direction that could direct me to exactly what I need to do right now and then I can do further study, etc.
    I have a MS Access database with many tables, queries, etc. But I set up a fancy form whereby I could scroll to the name (let's say EMPLOYEE) and then I have about 10 different forms (a tabbed interface because there were so many) show up where I could input data about that employee specifically. Then when I scroll to the next person, all of the subforms would change accordingly.
    Thus, ultimately, what I would like to do using Oracle Express and APEX is to set up a page where I have a region which will pull a list of employees and act as a menu, then when someone select an employee (i.e., not only me) then all information, from numerous different tables pulls up and is visible, editable and can be added to. There could be a region for addresses, a region for links, for notes, for photos, for a list of articles, or whatever.
    I hope you track with what I am looking at. In Access I have numerous tables, then I create a monstrous one-many relationship thingamajiggy and ka-boom, things all fit together in a form, and subforms. All editable by me, but hardly available for anyone else. I know Oracle is the way to go, so...
    Can you assist me by explaining what I need to implement in Oracle? I am not clear on JOINs and what's the right one to use, how to adequately connect all of the dots, etc. Do I need to set up fancy queries, create SQL statements or what?
    Thanks.

    Thanks. I don't think my question is strictly APEX related.
    Rather, I am trying to determine how to create a "one-to-many" relationship (to use MS Access terminology) in Oracle Express. And then solve how to add data to them.
    I can create a view which links two tables together where I can add data, but I want to be able to be adding data to several tables all linked together from the same primary key. One row per person (or employee) won't handle this, particularly if you want to add more than one row of data about the person in a table.
    For example, if I had a restaurant with four employees (a cook, a waitress, a baker and a cleaner), my employees table would only have four rows. But now if I wanted to record the types of desserts the baker could make, that would take up more than one row. Therefore, from the baker, it would have to link to another table where I could input data about the different desserts. Typical one-to-many relationship. But the baker can also make different kinds of bread, thus another table with several rows. Perhaps the baker is so good, I may want to have yet another table for his different supremely delicious and famous pies (apple, pumpkin, pecan, etc.) which is now another table. The options are endless, but they all connect to the baker.
    As a result, someone could come to my application and ask what can the baker do, and it will pull up a table of desserts, a table of pies and a table of breads.
    Once I figure that out and can link many tables together using one primary key, then I presume I can easily move into the web application aspect. But for now, I am not quite there yet.
    If someone can at least direct me as to what this is called in Oracle and give me a little direction, then I will feel more confident in moving forward. Thanks again!

  • Schedule a job in oracle database

    Hi All,
    DB:11G
    OS:RHEL
    I have to schedule a job in oracle DB where in which i have to call a procedure which is used to transfer some selected tables from one schema to another.
    I want to know if we can do the same without using a cron job and how to do it?
    BR
    Sphinx

    Hi Veeresh,
    I am trying to execute a job for every 2 minutes and below is the Job.It is executed only first time and after that it does not execute.
    Can you please suggest what could be the problem?
    DBMS_SCHEDULER.CREATE_JOB(job_name => 'SAMPLE_STORE_PROCEDURE_'||V_FROM_RNUM||'_'||V_TO_RNUM,
    job_type => 'STORED_PROCEDURE',
    JOB_ACTION => 'TEST_PROC',
    number_of_arguments => 2,
    start_date => SYSDATE,
    repeat_interval => 'freq=minutely; interval=2;',
    end_date => SYSDATE + INTERVAL '6' MINUTE,
    enabled => FALSE,
    comments => 'Executed for Rownum Between '||V_FROM_RNUM||' AND '|| V_TO_RNUM );
    DBMS_SCHEDULER.SET_JOB_ARGUMENT_VALUE(job_name => 'SAMPLE_STORE_PROCEDURE_'||V_FROM_RNUM||'_'||V_TO_RNUM,argument_position => 1,argument_value => V_FROM_RNUM);
    DBMS_SCHEDULER.SET_JOB_ARGUMENT_VALUE(job_name => 'SAMPLE_STORE_PROCEDURE_'||V_FROM_RNUM||'_'||V_TO_RNUM,argument_position => 2,argument_value => V_TO_RNUM);
    DBMS_SCHEDULER.ENABLE('SAMPLE_STORE_PROCEDURE_'||V_FROM_RNUM||'_'||V_TO_RNUM);
    DBMS_SCHEDULER.RUN_JOB('SAMPLE_STORE_PROCEDURE_'||V_FROM_RNUM||'_'||V_TO_RNUM);
    Thanks,

  • Calling owb workflow job created in oem using pl/sql

    is it possible using pl/sql to call owb workflow job which is created thru oem
    can you pl be kind enough to share a sample.
    thanks

    Hi,
    The same question was just answered by another member a couple a days ago want to run owb mappings thru job schedule :
    sqlplus_exec_template runtime_owner location_name PROCESS process_name "," ","
    sqlplus_exec_template is in "D:\oracle\oraWB\owb\rtp\sql"
    Nikolai Rochnik

  • Oracle Express and Displaying Better Error Output?

    I recently installed Oracle Express 10g and I would like to make the DBMS app output better error codes (in this case, I guess the DBMS is "Application Express 2.1?"). Is there any way, for example, to output more precise error codes that will help me pinpoint where exactly a given problem arises?
    A perfect example:
    I just tried to run the following query against the database:
    INSERT INTO ct_employee (ename, deptno, sal, mgr, job, hiredate, comm)
    VALUES('Debbie Howe', 20, 30000, 122, 'Clerk', 17-Dec-80, '');
    After clicking "Run", the following error message was displayed:
    ORA-00984: column not allowed here
    As you can see, there's no "arrows" pointing to where a given value might have been nosedived, nothing indicating where a column might be getting ignored or even anything explaining which value in general... Nothing. Only some obscure error code proceeded by Kafkaesque common sense (ironic).
    So again, if anyone has an idea regarding how to somehow enable better error messages or the like, I would really appreciate it.

    I wasn't using SQL*Plus...
    What I was trying to do here out of all this was install Oracle to my actual computer so that I could start practicing SQL on my own without having to log into any development or production environments.
    I installed SQL Express (completely free after registering to the Oracle website and logging into it with your provided e-mail address) for my main SQL / PL/SQL processing engine and after I did this, I then began using the "Application Express" to practice my SQL. Well, it turned out that it wasn't really doing what I needed it to (i.e. - various commands wouldn't output what I expected or multi-commands wouldn't work, etc.)
    This made me eventually realize that what I had on my localhost, in terms of database, would suffice, but in terms of DBMS (in layman's, you're editor for SQL code, if you will) would not work. This led me to download SQL*Plus. The rest is history!
    Steps to creating a basic localhost:
    1.) Download Oracle Express (prepare for a big download). Install. If you get any error messages, chances are they're the same ones I had during installation. I never paid much heed to them and to this day, experience no problems. Just click through them...
    2.) Download and install SQL*Plus. Again, expect a hefty download. The good thing about this, though, is that you only need to extract the main file and run the EXE in it. There's no installation involved.
    3.) If you're using localhost for your database stuff, set everything up in your EXE first-run by entering the following:
    Connection Name: "localhost"
    Username: <username>
    Password: <password>
    (You can choose to save your password, too.)
    I think everything else is already set, but in the event that it isn't, your hostname will be "localhost" and your port number will be "1521" (in most cases--this might be different in some office or work setting. In such an event, get with your systems geek.) Lastly, your SID will probably be "xe" and after you set all this up, you should press "Connect".
    Then you're golden. :.)

  • Oracle Express Remote Installation - Error 1628

    Hi
    I'm currently getting error 1628 during the installation of Oracle Express on a machines with Windows XP SP2.
    The installation of Oracle Express is being performed silently using a patch management/software distribution tool such as BigFix. The installation of this product is initiated when a non-admin user accepts an action from the patch management server to install Oracle Express. When the action is accepted OracleXEUniv.exe installer executes as the LOCAL SYSTEM account and NOT the logged in user. Again this user is a domain user but does not have local admin privileges. While this approach does NOT work for a non-admin user, it does work for a user with local admin privileges.
    On a related note ... I was able to test the installation of OracleExpress using the patch management server while no one was logged into the machine. The installation ran as the LOCAL SYSTEM account and was successful.
    Can someone explain what level of privileges is required by the Oracle Express installer, why would Oracle Express fail to install while logged in as a non-admin user if the installation process shows that OracleXEUniv.exe is being executed as the LOCAL SYSTEM (reported through theTask Manager)
    Thank you in advanced.
    Jose

    Hi,
    Thanks for the link; it was helpful. However, I'm curios to know why would the installation complete with the LOCAL SYSTEM account when I'm logged off the machine but not when I'm logged in as a non-admin user while the job is running in the background as the LOCAL SYSTEM (LOCAL SYSTEM part of the Local Admin group). Again this process is being initiated by a software distribution tool not by a user or administrator. This is how I'm able to define the run as user.
    Originally when I logged into the machine as a non-admin user the job would fail with error 1628 even though it is executed as the LOCAL SYSTEM user. However, when I'm logged off the machine (Windows Login Prompt visible at the screen) the installation completes successfully.
    I just wonder How and When does the Windows Installer know what user is being used for the installation of Oracle Express?
    Thank you in advanced.

  • Oracle Express vs Oracle Discoverer

    For publishing reports on the web, which product is better? Oracle Express or Oracle Discoverer? I understand Oracle Discoverer comes packaged with OracleAS. Do we need to purchase Oracle Express separately? What factors determine one product over the other?
    thanks,
    fz

    Duke555 wrote:
    my instructor though told me that i should install a regular edition because
    'express edition behaves quite differently'.I would ask the instructor for details.
    Express Edition runs exactly the same PL/SQL and SQL engine as the big guys.
    Express, however, does not include Java in the database so it is not possible to run or call Java Stored Procedures. This is often considered an 'advanced topic'.
    In my experience, with the exception of some 'advanced' built-in packages such as Spatial (which are also advanced topics) even many of the supplied Packages and Procedures will work. As an example, even Application Express works on XE and that is done 'entirely in PL/SQL'.
    The instructor is absolutely correct if referring to the management interface. Express Edition does not include DB Control. But that is not a 'PL/SQL' or 'SQL' topic unless dealing with performance management and Diagnostic/Tuning packs.
    More details are necessary ... 'proof by blatant assertion' is not an answer in this case.

  • Converting from Oracle Express Objects to Standard Form

    Hi,
    I have create an EIF file from our Oracle Express database, then I have created an Analytic Workspace and imported the EIF file. After this I identify the Time dimensions. But when I want to identify the hierarchie dimension of each time dimension, it brings an Error: "ORA-34492: Analytic Workspace Object Jan96 does not exists", but when I look in the OX there exists the object. Where is the problem?
    Thanks Diana

    Did you run the conversion program listed in the documentation:
    If your Express database contains Oracle Express Objects metadata (that is, it was created by Oracle Express Administrator), then you can use a conversion program named CREATE_DB_STDFORM. Without Oracle Express Objects metadata, CREATE_DB_STDFORM cannot generate sufficient standard form metadata for the OLAP tools to work.
    This should generate the required metadata but you will not to create some additional attributes to correctly manage time as the conversion utility does not do everything for you:
    If you want to perform time-based analysis on your data, you must identify all time dimensions and populate end date and time span attributes before using CREATE_DB_STDFORM. A sample program is provided in this appendix:
    Create date and time span attributes for each dimension.
    DEFINE TIME_TIME_SPAN VARIABLE INTEGER <timedim hierdim>
    PROPERTY 'USERDATA' FALSE
    DEFINE TIME_END_DATE VARIABLE DATE <timedim hierdim>
    PROPERTY 'USERDATA' FALSE
    Populate the end date and time span attributes, as described in "Populating Time Attributes".
    Set properties on the Time dimension:
    CONSIDER timedim
    PROPERTY 'END_DATE' attribute_name
    PROPERTY 'TIME_SPAN' attribute_name
    The END_DATE and TIME_SPAN values (attribute_name) identify the names of the variables that you just created.
    Run the conversion tool with a command like this:
    CALL CREATE_DB_STDFORM('aw')
    Refer to the syntax description in "CREATE_DB_STDFORM Syntax". After the conversion tool completes successfully, save the changes:
    UPDATE
    COMMIT
    Hope this helps
    Keith Laker
    Oracle EMEA Consulting
    BI Blog: http://oraclebi.blogspot.com/
    DM Blog: http://oracledmt.blogspot.com/
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Samples: http://www.oracle.com/technology/products/bi/samples/

Maybe you are looking for

  • Is there any way to print from iPad without having wireless network?

    My mom is getting an iPad 64GB Wi-Fi + 3G to be able to surf the internet easily since the only service available to her at her house is dial-up. She would like to be able to print from her iPad. It seems from my research that all the printers requir

  • ARD sees remote computer but won't connect

    I previously used ARD 2 to connect to my Mom's Mac and all worked well. She recently had to replace her router due to a bad power supply and during that time frame I also upgraded to ARD 3. Ever since I have been unable to gain access to her computer

  • Beautiful new Mobile brick lacie - Error 1309 when copying backup files

    Greetings, I think I am understanding my problem here but I am looking for advice. I have currently two macs, a new iMac and a year old Powerbook. My youngest daughter also has a inexpensive PC laptop. I bought this new Mobile drive to be able to bac

  • Resetting Hierarchy

    Using OBIEE 11g 11.1.1.5.0 I have a bar chart where the horizontal (x) axis is an organizational hierarchy. So it first displays the National chart and when you click National it displays (drills down to) the Divisions and so forth. Drilling up and d

  • Multiple Single Values in Customer Exit

    Hi, Can we select multiple single values in the customer exit. I know that we can get single value or range of values with LOW, HIGH, OPTION, SIGN etc. But is it possible to do a multiple single values. Any help would be greatly appreciated. Thanks,