How to create cube in version 10.1.0.2 ?

I want to create a cube or a fact table in database. Oracle Enterprise Manager's Help doc said that there is guide to create cube. But I cannot find in OEM.
How can I create a cube? Thanks.

CREATE TABLESPACE users
DATAFILE '/u01/oracle/oradata/mynewdb/users01.dbf'
SIZE 25M REUSE AUTOEXTEND ON NEXT 1280K MAXSIZE UNLIMITED
EXTENT MANAGEMENT LOCAL;
Time to read oracle manual.
http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14231/create.htm#sthref248
Jaffar

Similar Messages

  • How to create a generalized version of the detailed polygons?

    How to create a generalized version of the detailed polygons?
    I have a table of detailed polygons (100+ vertices) and I want to get generalized version of these polygons.
    For example, assume I have a polygon with 100 vertices. Distance between vertex n and n+1 is 1.0.
    I want to get geometry (generalized polygon, line or point) where distance between vertex n and n+1 is 10.0 or more (I want vertices to be considered as one vertex if distance between them is less then 10.0).
    Is it possible to create generalized version of polygons on the fly?
    Any help is appreciated.
    Thanks.

    Scenario A:
    If all of your polygons have no interaction among them (No polygon shares any boundary with any other ones).
    In this case you can use the sdo_util.simplify in 10g to reduce the vertices in your polygons which returns new polygon geometries on the fly.
    If you found that simplify is not doing exactly what you want, you can always roll out your own implementation using PL/SQL or the new SDOAPI JGeoemtry class in Java. Both will give you complete access to the coordinate arrays in a polygon and update them back to the database after you have simplified them in your code.
    Scenario B:
    If your polygons share boundaries, then the above methods will not work since the simplification process may not preserve the topology among your polygons. What you can do then is to use the Java topo package to create a new topology by adding all of your polygons to to an empty topology (which you first create in the database and then load into memory using oracle.spatial.topo.TopoMap). Once you have a topology built in the memory, you can use methods such as oracle.spatial.topo.TopoMap.changeEdgeCoords() to simplify the edges of your polygons. You can then recreate the simplified polygons from the topology. This is just a rough guide; for more details you need to check out the java doc for the various packages mentioned above which are shipped with 10g spatial.

  • How to create cube and measure in sql?

    How to create cube and measure in sql?

    Cubes, measures and dimensions are created in the AW using the Java API for Analytic Workspaces or through XML documents that are processed by this API. SQL commands are not available for creating cubes, measures or OLAP dimensions.

  • How to create a web version of XFA forms

    I have created a few dynamic XFA form using Livecycle designer. They work great and is getting quite popular amoung our users. But the problem with these forms are:
    a) A lot of user using Mac are having problem opening it from their Safari browser. Its a common problem and I get tired of troubleshooting a lot users asking the same questions over and over again.
    b) A lot of users are now preferring to use it on ipads and tablets and there is simply no way to open these forms in tablets.
    I was looking for other solutions and the only method I can think of would be to render a html version of these forms in the browser and then generate the pdf file in the end after the user have completing filling it in. I have been searching on the internet and I still havent figured out how will I go about with this.
    Can someone please guide me and show me the way on were do I get started and how can I create a web version of these forms and then export the completed form in pdf?? Is there a tutorial video on this somewhere in adobe tv or youtube? Please go easy with the technical terms since my level of knowledge is still a beginner.
    I have licycle designer ES. Any help will be appreciated!

    Thank you Jono.. I was worried no one was going to talk to me.
    I will have a look at the LiveCycle Forms server product. I wonder how much they cost. I couldnt find the price there. Also I wonder if it works on Livecycle Designer ES (since I havent got ES2 or ES3 yet).
    If I was to create a standard HTML form and then process the data into XML, how do I later import it into the pdf? If there any tutorial on the web where I can learn how to do this?
    Thanx Jono...

  • How to Create a Trial Version

    Hi guys,
    I have created a component but I need to give only the trial version of 30 days for the download. I tried many ways but all the methods get restarted when we open the published swf. How can I create the trial version??????????
    Regards,
    Saurabh Seth

    Hi
    It will be very helpful if you share your code.
    Warm Regards
    Rush-me

  • How to create remotes with version 8  , consolidate db version is 12

    consolidate db and remote agent service are running on sybase sql anywhere 12 , where as remote dbs are running on sql anywhere 8,
    we have already have remotes db running version 8 and want to continue same version due to application .
    now we would like to have more version 8 remote dbs .
    How to create or extract new remotes with version 8  ?

    Starting with V11, the version of DBXTRACT must match that of the consolidated database. This is documented here:
    Extraction utility (dbxtract) behavior change   In previous releases the version of dbxtract used to extract a database did not have to be the same version as the database server running the database. Now, when dbxtract is used with a version 10.0.0 or later database, the version of dbxtract used must match the version of the database server used to access the database. If an older version of dbxtract is used with a newer database server, or vice versa, an error is reported.
    As a consequence, you can no longer use DBXTRACT directly to create a v8 remote database. (Aside:Several years ago, I was surprised by that as well, as can be read in the old NNTP archives...)
    Therefore, to create a remote database for an older version, you will have to use a custom extraction, as described in the help. You may be able to use the reload.sql generated by v12 as a base to then backport the DDL statements to v8 - or you may use an existing v8 reload.sql script and parametrize that so it supports remote users, subcriptions and the like as variables.

  • How to create a mobile version of iWeb

    I need to convert my iWeb website to a mobile version, what is the easiest way to do this? What software or program should I use? I was told that creating a Wordpress Page is the simplest way

    Thanks for your patience and assistance.
    I have been putting crusadeforjustice.com and my iPod touch and my friend's iPhone 4 and other friends' blackberry's all say that the site doesn't exist.  My friend downloaded iCab for his iPhone 4 and he was able to get it to work.  iCab allows you to change the browser ID to whatever you want, such as Safari for Mac (mobile version and non mobile version), Firefox, IE, etc...  He changed it to Safari Mac and the site displays just as your picture illustrates.  Then he changed it back to Safari Mobile and that's when the error message appears.  But it seems you cannot change the browser id on the default Safari Mobile app, which is what most people use.  So I gather Safari Mobile will attempt to load a mobile version of any given site?  It's odd...  Will recreating the site usiing Flux help solve this problem?
    Any other ideas or thoughts?
    Many thanks...

  • How to create a trial version application in java

    hai,
    i'm developing an application in java. i have to made this application as a 30 days trial version... if the customer copy the application and paste it in another system it should not work.. how to perform this task.. i'm new to this task.
    any one help me

    if the customer copy the application and paste it in another system it should not work..That is an extremely hard requirement. You would need to write self modifying code to stop the installer from functioning after its first successful run. Other than that, Java has good cryptography support, and you can make your app writes out the birthday of the time bomb alone with a signature to avoid tempering.

  • How can create badi in version ECC6.0

    Hi All,
              How can u crate Badi in ECC6.0.We r in Ecc6.o.Ofter giving SE18 and enter badi name and  press create button.It will not accept to creat the badi instead of dey giving error(we have to create first enhancement spot).
           Coupd any one help regarding this.
    Thanks

    Hello Anil,
    In SE18 transaction try using the Menu Path
    Utilities-Create Classic Badi
    With Regards
    Avisesh.

  • How to create a French version of your survey?

    I would like to add a French version of my survey but I need all the information collected to be stored in the same area as the English version. Is this possible?

    Sorry we do not support this feature yet.
    Chrome does have a extension/plugin which can translate pages in a many different languages (For example : https://chrome.google.com/webstore/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcle b?hl=en). Or you can have both languages on your form ("First Name/Prénom : ________________")
    Gen

  • How to create planning area?

    Hi Gurus,
    What is transaction to look for existing planning area?
    How to create planning (new version) in Demand Planning?
    How to copy a existing version (000) to a new version (010)?
    Thanks
    Gowda

    Hi Gowda,
    Check the following Tcodes
    /SAPAPO/MSDP_ADMIN
    /SAPAPO/VERCREATE
    /SAPAPO/MVM
    and follow the steps as in best practises http://help.sap.com/bp_scmv250/BBLibrary/HTML/DPL_EN_DE.htm for more details.
    Hope this helps

  • How to create a WMI filter in order to apply to machines that have Skype already installed with deploying a newer version of Skype

    Hi there,
    I was wondering whether anybody could tell me how to create a WMI filter in order to apply to machines that have Skype already installed with deploying a newer version of Skype.
    Your help would be much appreciated.
    Many thanks,
    Timbuctoo

    Hi,
    To create a WMI filter
    1.In the Group Policy Management Console (GPMC) console tree, right-click
    WMI Filters in the forest and domain in which you want to create a WMI filter.
    2.Click
    New .
    3.In the
    New WMI Filter dialog box, type a name for the new WMI Filter in the
    Name box, and type a description of the filter in the Description box.
    4.Click
    Add .
    5.In the
    WMI Query dialog box, either leave the default namespace (root\CIMv2) or enter another namespace by doing one of the following:
    ◦ In the
    Namespace box, type the name of the namespace that you want to use for the WMI query.
    ◦ Click
    Browse , select a namespace from the list, and then click
    OK .
    6.Type a WMI query in the
    Query box, and then click OK .
    7.To add more queries, repeat Steps 4 through 6 to add each query.
    8.After adding all queries, click
    Save .
    In the Query box, type the following WMI query:
    Select * from Win32_Product where Name LIKE “%Skype%”
    Best Regards,
    Erin

  • How to Create a OLAP Cube in DEV using SSAS from Raw file system backup from Production?

    How to Create a OLAP Cube in DEV using SSAS from Raw file system backup from Production? I dont have a .abf file available. Two paritions in production are missing data. We were able to get back file system backup which contains the files for these two paritions.
    How do I create a cube in Dev using this file system backup.
    we are on SQL Server 2008R2.
    Thanks,

    How to Create a OLAP Cube in DEV using SSAS from Raw file system backup from Production? I dont have a .abf file available. Two paritions in production are missing data. We were able to get back file system backup which contains the files for these two paritions.
    How do I create a cube in Dev using this file system backup.
    we are on SQL Server 2008R2.
    Thanks,

  • My itunes cannot be update on my windows xp. so i delete my itunes and install new, but now i got new problems, it says "The file itune.library.itl cannot be read because it was created by newer version of itunes." so how can it be solved?

    my itunes cannot be update on my windows xp. so i delete my itunes and install new, but now i got new problems, it says "The file itune.library.itl cannot be read because it was created by newer version of itunes." so how can it be solved?

    Hello Bebyida,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    http://www.apple.com/itunes/download/
    Best of luck,
    Mario

  • How to create an unsolved cube with awm???

    hi all,
    I readed the "Oracle Olap developer's guide to the Oalp api" and I found there's 2 type of Cube: Solved and Unsolved Cubes. And this document says: "... if all the data for a cube is specified by the DBA, then the cube is considered to be Solved. If some or all of the aggregate data must be calculated by Oracle OLap, then the cube is unsolved ..."
    I tried with awm 10.2.0.3.0A to create an unsolvedCube but I can't. All cubes I created are solvedCube. To know if a cube is solved or unsolved, I wrotte an program in Java to read informations of package mtm.
    Some one can tell me how to create an unsolved cube with AWM ou other soft please!

    SH is not a relational OLAP data model which is quite different from the GLOBAL schema which is based on an Analytic Workspace.
    If you change the aggregation method you will need to re-compute the whole cube which can be a very big job! You might be able to force the unsolved status be de-selecting all the levels on the Rules tab in AWM. However, I think by default analytic workspace OLAP models always provide a fully solved cube to the outside world. This is the nature of the multi-dimensional model.
    Relationally, as keys are located in separate columns a cube can be unsolved in that the key column only contains values for a single level from the corresponding dimension tables. If more than keys for different levels within the same dimension appear within the fact key column then the cube is deemed as being solved.
    Therefore, I am not sure you are going to get the information you require from the API. To changes the aggregation method you will have to switch off all pre-compute options and also disable the session cache to prevent previously calculated data being returned when you change the aggregation method.
    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

  • 8 keys dont work on wireless keyboard

    I just changed the batteries on my wireless keyboard I use with my macbook pro.  Now the Delete, Tab, apostrophe, down arrow, rt option, space bar, and fn keys do not work.  I have tried several sets of fresh batteries.  Have shut down and re-started

  • No Pop-Up Window Opening in GRC AC 10.0 the First Time

    Hi Community, We are encountering a weird issue with GRC AC 10.0 and IE8. After logging in to NWBC and the clicking for the first time on my inbox hyperlink or a report hyperlink, the screen freezes and no pop-up appears. I have to hit the browser ba

  • Can't add printers.

    I'm running Mavericks on a mid-2010 MacBook Pro. Up until I upgraded, I was able to access my ImageRunner iRC3220 and HP 4MP Laserjet printers on my wired network. After the OS upgrade, the printers remained idle and unresponsive in the utility. I re

  • Is Parent-Child mandatory?

    Hi everyone, In my model i have this dimension which it's hirarchy is an unbalanced hirarchy In my fact table the reference key to this dimension can be in different levels: leaf level and non-leaf levels Now, one solution is a parent-child hirarchy

  • Why not to add a keyboard inside the cover flow ?

    A lot of people prefer to use a classic bluetooth keyboard to write long text with their iPad2, the cover flow can integrate a flexible keyboard ? Are you a lot to think like that ? pdvx from belgium