dbTalk Databases Forums  

using Oracle function in Analysis services

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss using Oracle function in Analysis services in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
RICKY
 
Posts: n/a

Default using Oracle function in Analysis services - 03-01-2006 , 04:52 PM






Dear All,

I am using Oracle database directly in analysis services without
getting data into SQLSERVER Data base.

And Now in data source view I want to use some function
Like I want to change the date format from standard to Mon dd,YYYY.

I can not use sqlserver function ,anyhow I need to use Oracle function.
When i used oracle function and try to browse the data in datasource
view iteself
I am getting error ORA00923 i.e. for FROM keyword not found where
expected.

Do I need to use Oracle function here or I can use SQLSERVER functions
also.?

Please help me in that

Vinay Puri


Reply With Quote
  #2  
Old   
Jéjé
 
Posts: n/a

Default Re: using Oracle function in Analysis services - 03-01-2006 , 05:32 PM






you have to use Oracle SQL command to create new calculated columns to
format the dates like you want. (create these new columns in the DSV)

"RICKY" <vinayusa (AT) gmail (DOT) com> wrote

Quote:
Dear All,

I am using Oracle database directly in analysis services without
getting data into SQLSERVER Data base.

And Now in data source view I want to use some function
Like I want to change the date format from standard to Mon dd,YYYY.

I can not use sqlserver function ,anyhow I need to use Oracle function.
When i used oracle function and try to browse the data in datasource
view iteself
I am getting error ORA00923 i.e. for FROM keyword not found where
expected.

Do I need to use Oracle function here or I can use SQLSERVER functions
also.?

Please help me in that

Vinay Puri




Reply With Quote
  #3  
Old   
RICKY
 
Posts: n/a

Default Re: using Oracle function in Analysis services - 03-02-2006 , 12:06 AM



Thanks for ur response

I tried that , but is not working
even simple arithmetic operator is also not wotking
like sales+100 is also giving the same error
"I am getting error ORA00923 i.e. for FROM keyword not found where
expected"

Am I missing something?


Vinay


Reply With Quote
  #4  
Old   
Jéjé
 
Posts: n/a

Default Re: using Oracle function in Analysis services - 03-02-2006 , 04:39 PM



have you try to create a view in Oracle and use this view instead of the
table in the DSV and the cubes.

"RICKY" <vinayusa (AT) gmail (DOT) com> wrote

Quote:
Thanks for ur response

I tried that , but is not working
even simple arithmetic operator is also not wotking
like sales+100 is also giving the same error
"I am getting error ORA00923 i.e. for FROM keyword not found where
expected"

Am I missing something?


Vinay




Reply With Quote
  #5  
Old   
RICKY
 
Posts: n/a

Default Re: using Oracle function in Analysis services - 03-03-2006 , 01:50 PM



I have created a view for fact table and
for dimensions i am using normal tables.

Thanks
ricky


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.