473,382 Members | 1,258 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Need help in understanding the query technically

Hi Guys,

The following query is trying to retrive data from a Oracle cube.I am not very much aware of the cubes.Can someone help in explaining what does mean

Expand|Select|Wrap|Line Numbers
  1. MODEL
  2.   DIMENSION BY (
  3.       DIM_TEMPS)
  4.    MEASURES (
  5.  
in the following query,

Expand|Select|Wrap|Line Numbers
  1. SELECT "DIM_TEMPS",
  2.        "DIM_TEMPS_H_SEMAINE_PRNT",
  3.        "DIM_TEMPS_445_ANNEE"
  4.   FROM table(OLAP_TABLE('GOLD_BI duration session',
  5.                         '',
  6.                         '',
  7.                         '&(DIM_TEMPS_LIMITMAP)'))
  8. MODEL
  9.   DIMENSION BY (
  10.       DIM_TEMPS)
  11.    MEASURES (
  12.       DIM_TEMPS_H_SEMAINE_PRNT,
  13.       DIM_TEMPS_445_ANNEE    )  RULES UPDATE SEQUENTIAL ORDER();
  14.  
Thanks for help

Regards,

Sabarish
Nov 10 '11 #1
0 1202

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: MK Randall | last post by:
We're losing a Sybase datasource and need to pull from an identical DB2 database until the SQL Server becomes available later on this year. If someone could read through the query and let me know...
8
by: Bill | last post by:
Hello out there; This may be a challenge but I'm certain it's possible but I can't seem to figure out how. I have a table that has several date fields, e.g., Date1, Date2, Date3, Date4 ......
4
by: phillip.s.powell | last post by:
UPDATE redesign.student SET student_work_area_other SELECT REPLACE('anywhere,(.*)', '$1', i.work_area) AS regexp_col FROM mycompany.interns i, redesign.student s WHERE i.unique_key = s.unique_key...
1
by: vssp | last post by:
Hi friends Thanks for your repaly for all my question.. I need one update query. I have selected the datas are insert with coma ",". Query SELECT city FROM `locations` WHERE city REGEXP ','
0
by: vinod | last post by:
Dear experts i need a query like this i have a table like this. accno name amount running_total 1 a 50 50 2 ...
8
by: annecarterfredi | last post by:
query the syscat.columns table and prepare SELECT statement (SELECT all_columns FROM table_name). For example, let's say that TAB_1 table has total of three columns, and the statement should be: ...
2
by: barrathi | last post by:
hai all, i have 10 database in one server. i need to take a backup daily iam using this type of query ex: mysqldump -a -u root -p dbname > dbname.sql(for each db) but i need
5
by: Karthik D V | last post by:
Hello All, I have a table like this ID CHARACTER ----------- --------- 1 A 2 A 3 B 4 B
4
by: muhammadrashidmughal | last post by:
columns f1 f2 f2 f4 f5 f6 f7 f8 ...... 1 2 3 4 ...
4
by: learnaccess3 | last post by:
Dear Team, I need to write a query from one table say Employee in MS Access Following is Structure : Name, Emplyee Date of Birth = dd/mm/yyyy Extract Date= dd/mm/yyyy In this table...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.