If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > schema

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-23-02, 07:41
invinciblesummer invinciblesummer is offline
Registered User
 
Join Date: Aug 2002
Posts: 7
schema

How are multiple schemas in informix mapped to cognos impromptu???
Reply With Quote
  #2 (permalink)  
Old 08-23-02, 08:20
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
What is cognos impromptu?
__________________
rws
Reply With Quote
  #3 (permalink)  
Old 08-23-02, 23:36
invinciblesummer invinciblesummer is offline
Registered User
 
Join Date: Aug 2002
Posts: 7
hi roelwe
Cognos impromptu is a report generation tool.Here we have catalogs in cognos impromptu that present a view of the database that is suitable or understandable to the user.What i need to know that is what is the concept of schema as regards to informix.What i have gathered is that although informix does define schemas cognos impromptu treats these as databases not as schemas.So i want to know if multi schema concept is present in informix.If possible pls help me out???
InvincibleSummer2000
Reply With Quote
  #4 (permalink)  
Old 08-25-02, 02:31
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
Is this an oltp or olap environment- which version of informix are you using ? Informix does not manage multiple schemas - however, it does manage multiple database entities. What is your goal to incorporate multiple schemas for your reporting software ?

Last edited by rnealejr; 08-25-02 at 02:53.
Reply With Quote
  #5 (permalink)  
Old 08-26-02, 04:54
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
Schema is an Oracle term, used to represent the user and all of its owned objects. In Informix you just create one or more databases in one server. You than have to grant CONNECT permission to the correct users. Yuo don't have to create a user in informix, informix inherits the OS-users.

multiple databases:
select *
from db1:table1,db2:table2

works...
__________________
rws
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On