Dropping Schema Question

Hi,
DROP USER X CASCADE;
Does this also purge all teh foreign key constraints that were createdin "X" schema?
Thank you for your time and help.

ssk1974 wrote:
Does this also purge all teh foreign key constraints that were createdin "X" schema?All schema objects are dropped and space occupied by schema physical objects is released back to free space pool. Nothing goes to recycle bin.
SY.

Similar Messages

  • If I drop schemas will stats still be availible in the database

    Hi,
    I'm creating a duplicate of a database and was thinking of doing the following:
    1. exp data to file and move it over the network (there is a lot of long data in different schemas)
    2. imp data new dublicated database
    3. gather stats
    4. drop schemas
    5. recreate schemas
    6. load fresh data from a new export
    My question:
    Do we need to gather statistics again or will statistics stay in the dictionary allthough I drop the schemas?
    Regards
    933746

    sybrand_b wrote:
    If you use impdp network_link=
    you can import in the target database directly instead of this cumbersome procedure.
    And, of course the statistics are gone when you drop a schema.
    Sybrand Bakker
    Senior Oracle DBAHi,
    We use networklink as much as possible but it dosn't support long data.
    So this time we export to files and move it.
    Thanks for your reply

  • I am trying to complete a form but can't get to the final drop down question as it is not displayed because it falls below where my screen ends.  i have tried changing the resolution but that doesn't work.  any suggestions?

    i am trying to complete a form but can't get to the final drop down question as it is not displayed because it falls below where my screen ends.  i have tried changing the resolution but that doesn't work.  any suggestions?

    brilliant
    google chrome works where safari doesn't on my macbook air.  many thanks
    i now have an embarrassing qu.  have dowloaded spider solitaire (sad!) and i can't add cards at the bottom of a column for the same reason - the display cuts short.  i have tried to extend it with the arrows in the bottom corners but it makes no difference.  any ideas?

  • Should i drop schema or truncate tables before importing?

    I have exported a dump of the whole schema form oracle database. I need to import this to another database with a different schema name but same tables. The only thing i am doing is this to bring data consistent with the other database.
    Now Do i need to drop schema or do anything like that to avoid and redundancy or i can just go ahead and do the import? Please let me know how to do it. I would prefer not deleted any tables but truncate all the data if needed from about all 200 tables.
    Thanks

    For the places in your application where a Sequence is used to insert or set values in some tables, note that the sequence's current value may have been incremented if it has been used since the last import. If your truncate and re-import the tables, the tables may have the older (lower) values but the current sequence may be higher.
    You would then have to "reset" the sequence best by dropping and recreating it.

  • Error: Cannot drop schema because it is being referenced by object

    My database has a schema with the same name as a user (let's call it 'username'). This schema was not explicitly created. I want to drop the User 'username' but I have to drop the schema 'username' first; However, when I tried to do that I got the message...
    "Cannot drop schema 'username' because it is being referenced by object 'vw_Inventory'
    There is a view named 'vw_Inventory' but I don't see where it's referencing this schema, or any schema for that matter. Why would I get this error and how do I resolve it so I can drop the Schema and User?
    Darrell H Burns

    If a Schema has some objects in it, then you cannot drop that Schema until you remove all the objects out of it. You can change the schema owner
    to another database principal and drop the user like,
    Alter Authorization ON Schema::username TO DBO; Drop User username;
    other option would be
    Transfer the username schema objects to a different schema and drop username schema and user like.
    Alter Schema DBO Transfer Username.[OBEJECTNAME] ;
    --need to repeat this until you transfer all objects under this schema
    Drop Schema username;
    Drop User username;
    Regards,
    Praveen D'sa
    MCITP - Database Administrator - 2008
    sqlerrors

  • Any DBA views storing history of Dropped schemas?

    DB Version: 10gR2 and higher
    username, created columns in DBA_USERS view display info about the schemaS which currently exist in the DB.
    Is there a Dictionary view which stores the history of Dropped schemas?

    user872043 wrote:
    DB Version: 10gR2 and higher
    username, created columns in DBA_USERS view display info about the schemaS which currently exist in the DB.
    Is there a Dictionary view which stores the history of Dropped schemas?No

  • System refresh - drop schema

    I'v an existing QA system which I wish to refresh from PRD. The method will be using R3load export/import. My question is must I drop the database schema manually first before I start the import in QA, does sapinst prompt for us to delete the db schema or it does this overwriting automatically.
    My dba is suggesting that i drop the db using Oracle database assistance (dbca) manually before the import.
    I'm on SAP R/3 4.7, SAPinst 6.40.

    On large systems (> 1tb) the creation of datafiles can take quite some time. To reduce the downtime during a migration i was using this procedure:
    Do a test migration first:
    - run sapinst, select the import (i was using "start migmon manually")
    - at the start migmon step, stop sapinst, and backup the /tmp/sapinst_instdir
    - finish the test migration
    Then the real migration:
    - drop the SAP schema (can also take a lot of time on a ERP system)
    - recreated the SAP schema user
    - put the backup of sapinst_instdir back in place
    - done the export/import with migmon
    - restart sapinst and finish the migration
    So basically, this is possible but i can also confirm Markus's statement. If there already is a SAP schema sapinst asks if you want to drop it, i think you could even create a new one in that case.
    Cheers Michael
    Edited by: mho on Jan 26, 2011 12:50 PM
    Ah, just had a review in the documentation, i recreated the user myself (but obviously this is only a tribute the my special sapinst-procedure):
    create user SAPSR3 identified by sap default tablespace PSAPSR3USR temporary tablespace psaptemp;
    grant sapconn, unlimited tablespace to SAPSR3;

  • Export and Drop Schema

    Hi Gurus...
    I have a dout....
    I made a export of one of my schemas, after that I made....
    DROP USER userofschema CASCADE (That Drop a user schema including all schema objects).
    My question is, If I make a Import of that schema I'll got it like before I made th DROP???
    I lost any information?

    Thanks...
    This are the steps that I follows
    1.- expdp system/syspaswd dumpfile=test.dmp logfile=test.log directory=Exports schemas=TEST
    2.- DROP USER TEST
    3.- impdp system/syspaswd dumpfile=test.dmp logfile=testimp.log directory=Exports schemas=TEST
    After I make the import, I'll get the same that before of the export??

  • SSO SDK schema question

    Hello,
    I have question regarding Oracle Single sign-on and partner application. I have a Blackboard course management system as Oracle partner application using SSO. I have a "BBSSO" schema for Blackboard single sign-on. My problem is the "BBSSO" sessions are slowly growing, and eventually I have to restart Blackboard. I don't why "BBSSO" session grows?
    By using OEM, I see "BBSSO" are running with these SQL:
    begin wwsec_sso_enabler_private_java.encrypt_cookie(:1,:2,:3,:4); end;
    BEGIN wwsec_sso_enabler_private_java.get_enabler_config(:1, :2, :3, :4, :5, :6, :7, :8); END;
    When are "BBSSO" sessions released?
    Below is the data dump from v$session table:
    USERNAME SID SERIAL# STATUS LOGON_TIME OSUSER PROGRAM
    BBSSO 217 17500 INACTIVE 20-DEC-2005 12:07 bbuser JDBC Thin Client
    BBSSO 60 23154 INACTIVE 20-DEC-2005 10:55 bbuser JDBC Thin Client
    BBSSO 258 64647 INACTIVE 20-DEC-2005 10:55 bbuser JDBC Thin Client
    BBSSO 311 37016 INACTIVE 20-DEC-2005 10:52 bbuser JDBC Thin Client
    BBSSO 48 12350 INACTIVE 20-DEC-2005 10:52 bbuser JDBC Thin Client
    BBSSO 62 61394 INACTIVE 20-DEC-2005 10:52 bbuser JDBC Thin Client
    BBSSO 138 59346 INACTIVE 20-DEC-2005 08:32 bbuser JDBC Thin Client
    BBSSO 69 14924 INACTIVE 20-DEC-2005 08:28 bbuser JDBC Thin Client
    BBSSO 220 4836 INACTIVE 20-DEC-2005 08:27 bbuser JDBC Thin Client
    BBSSO 110 4256 INACTIVE 20-DEC-2005 08:27 bbuser JDBC Thin Client
    BBSSO 373 25348 INACTIVE 19-DEC-2005 23:17 bbuser JDBC Thin Client
    BBSSO 40 1473 INACTIVE 19-DEC-2005 23:16 bbuser JDBC Thin Client
    BBSSO 380 28978 INACTIVE 19-DEC-2005 23:13 bbuser JDBC Thin Client
    BBSSO 101 10095 INACTIVE 19-DEC-2005 23:13 bbuser JDBC Thin Client
    BBSSO 123 10929 INACTIVE 19-DEC-2005 23:03 bbuser JDBC Thin Client
    BBSSO 376 9086 INACTIVE 19-DEC-2005 22:53 bbuser JDBC Thin Client
    BBSSO 210 29928 INACTIVE 19-DEC-2005 19:08 bbuser JDBC Thin Client
    BBSSO 349 40923 INACTIVE 19-DEC-2005 15:19 bbuser JDBC Thin Client
    BBSSO 82 32203 INACTIVE 19-DEC-2005 15:19 bbuser JDBC Thin Client
    BBSSO 222 5712 INACTIVE 19-DEC-2005 12:10 bbuser JDBC Thin Client
    BBSSO 149 19131 INACTIVE 18-DEC-2005 10:20 bbuser JDBC Thin Client
    BBSSO 75 63799 INACTIVE 18-DEC-2005 01:25 bbuser JDBC Thin Client
    BBSSO 356 60971 INACTIVE 18-DEC-2005 01:25 bbuser JDBC Thin Client
    BBSSO 19 21160 INACTIVE 17-DEC-2005 23:02 bbuser JDBC Thin Client
    BBSSO 169 27984 INACTIVE 16-DEC-2005 21:38 bbuser JDBC Thin Client
    BBSSO 374 55206 INACTIVE 16-DEC-2005 20:20 bbuser JDBC Thin Client
    BBSSO 41 55610 INACTIVE 16-DEC-2005 18:43 bbuser JDBC Thin Client
    BBSSO 368 26085 INACTIVE 16-DEC-2005 16:08 bbuser JDBC Thin Client
    BBSSO 369 58370 INACTIVE 16-DEC-2005 16:08 bbuser JDBC Thin Client
    BBSSO 67 3876 INACTIVE 16-DEC-2005 15:15 bbuser JDBC Thin Client
    BBSSO 129 6160 INACTIVE 16-DEC-2005 15:15 bbuser JDBC Thin Client
    BBSSO 25 50567 INACTIVE 16-DEC-2005 13:51 bbuser JDBC Thin Client
    BBSSO 193 28293 INACTIVE 16-DEC-2005 13:51 bbuser JDBC Thin Client
    BBSSO 334 41698 INACTIVE 16-DEC-2005 13:25 bbuser JDBC Thin Client
    BBSSO 61 22436 INACTIVE 16-DEC-2005 13:17 bbuser JDBC Thin Client
    BBSSO 343 31914 INACTIVE 16-DEC-2005 13:17 bbuser JDBC Thin Client
    BBSSO 333 6864 INACTIVE 16-DEC-2005 11:02 bbuser JDBC Thin Client
    BBSSO 104 20777 INACTIVE 16-DEC-2005 11:02 bbuser JDBC Thin Client
    BBSSO 381 45613 INACTIVE 16-DEC-2005 08:09 bbuser JDBC Thin Client
    BBSSO 332 41872 INACTIVE 15-DEC-2005 15:52 bbuser JDBC Thin Client
    BBSSO 182 56978 INACTIVE 15-DEC-2005 15:48 bbuser JDBC Thin Client
    BBSSO 115 19379 INACTIVE 15-DEC-2005 15:44 bbuser JDBC Thin Client
    BBSSO 139 58365 INACTIVE 15-DEC-2005 15:44 bbuser JDBC Thin Client
    BBSSO 36 11762 INACTIVE 15-DEC-2005 15:40 bbuser JDBC Thin Client
    BBSSO 31 15361 INACTIVE 15-DEC-2005 15:39 bbuser JDBC Thin Client
    BBSSO 95 2059 INACTIVE 15-DEC-2005 15:38 bbuser JDBC Thin Client
    BBSSO 328 55038 INACTIVE 15-DEC-2005 15:38 bbuser JDBC Thin Client
    BBSSO 27 40425 INACTIVE 15-DEC-2005 15:38 bbuser JDBC Thin Client
    BBSSO 116 58660 INACTIVE 15-DEC-2005 15:38 bbuser JDBC Thin Client
    Thanks for your help,
    -Dong Chen

    This looks like what I need, thanks!
    I'm having an issue getting webpass to work with Oracle Application Server. I'm just trying to set up a dev server, with all components on it. I have a 10.1.4 Identity Management install working, and installed the Identity server successfully. I used Oracle_Access_Manager10_1_4_0_1_sparc-s2_OHS2_WebPass (only OHS I could find for sparc) and it installs fine. Then I tried to follow the directions to update the httpd.conf file manually since it doesn't work with automatic update. If I dcmctl updateconfig -ct ohs, I receive an error:
    ADMN-100015
    An exception occurred in the "apache" plugin provided by the "OHS" component while validating configuration files for that component.
    Resolution:
    The resolution information provided by the "OHS" component may be helpful.
    In addition, here are some common causes of problems:
    incorrect permissions on files
    configuration files are missing or invalid
    syntax error in configuration files
    Exception thrown by plugin "apache":
    oracle.ias.sysmgmt.repository.plugin.advanced.apache.parser.ParserIOException
    /opt/netpoint/webcomponent/identity/oblix/.apacheconfig.ohsPluginTmp (Permission denied)
    I tried setting open permissions to world, but didn't make a difference.
    Anyone have any ideas?
    Thanks!

  • Problem with Queue Table while dropping schema

    Hi,
    I want to DROP a schema, but it gives the following error while trying to drop it:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-24005: must use DBMS_AQADM.DROP_QUEUE_TABLE to drop queue tables
    From TOAD, I found that no queue or queue_table exists in the database presently.
    I'm using 10.2.0.2 RAC database.
    Can anyone help me to drop the schema?
    Thanks in advance..
    Regards,
    Anjan

    I have followed the doc 203225.1..
    Now getting the following error:
    ORA-00081: address range [0x60000000000A89A0, 0x60000000000A89A4) is not readable
    ORA-00600: internal error code, arguments: [kzdukl3], [24], [], [], [], [], [], []

  • ERRORS IN PORTAL WHEN DROPPING SCHEMA OWNER

    I ran a PDK demo script and added 2 db packages to a schema in the portal repository. After running theses porlets, I decided to attempt to create my own. Prior to adding to the schema I wanted to clean out the old db packages. I thought the easy way would be to drop the user schema and recreate it clean. I attempted to drop the user schema by entering portal as orcladmin, clicking on navigator, then db objects, selected the schema I wanted to drop and it sat there for a few minutes and returned errors. I then opened SQLplus and dropped the user cascade. I noticed that the provider is still in the providers tab list, but can't delete it. I then attempted to re-create the schema using same name and I get additional errors in portal (see upload file: createrror2.jpg. I need to 1) drop the old provider and 2) recreate a new schema and provider that I will use for my portal/portlets.
    Any suggestions.

    I ran a PDK demo script and added 2 db packages to a schema in the portal repository. After running theses porlets, I decided to attempt to create my own. Prior to adding to the schema I wanted to clean out the old db packages. I thought the easy way would be to drop the user schema and recreate it clean. I attempted to drop the user schema by entering portal as orcladmin, clicking on navigator, then db objects, selected the schema I wanted to drop and it sat there for a few minutes and returned errors. I then opened SQLplus and dropped the user cascade. I noticed that the provider is still in the providers tab list, but can't delete it. I then attempted to re-create the schema using same name and I get additional errors in portal (see upload file: createrror2.jpg. I need to 1) drop the old provider and 2) recreate a new schema and provider that I will use for my portal/portlets.
    Any suggestions.

  • Dynamic Drop Down question

    I have a drop down that is populated from one of our
    tables... it's just a
    simple list of our store locations... in order by store
    location( each
    market )
    We have a total of 40 locations, corporate and 1 Distribution
    center
    Currently since Distribution is after all the locations that
    start with A
    and B they want to make the drop down a little more legible
    So they want to split the drop down into something like this:
    =====================
    Corporate
    Distribution Center
    Stores
    Austin Store#1
    Houston Store#2
    =====================
    Instead of this:
    Austin Store#1
    Dallas Distribution Center
    Houston Store#2
    Houston Corporate Office
    North Carolina Store#3
    =====================
    Reminder that the list is orderby location name, they want to
    split the list
    into 3 sections... ( corp, distro and stores )
    So without making any changes to my table since its
    maintained by another
    department and is already linked to a number of pages that
    are used to
    maintain and update..
    Is there any way to accomplish this? maybe something within
    my Store
    Procedure that is displaying the list?
    is this a question for the SQL newsgroup?
    ASP, SQL2005, DW8 VBScript

    That seems to have worked.. is that the best solution for
    this?
    Now i need to redo my validation to not allow the selection
    of ------------
    to be invalid selection...
    thanks for the suggestion...
    ASP, SQL2005, DW8 VBScript
    "TC2112" <[email protected]> wrote in message
    news:[email protected]...
    > Hello,
    >
    > You can add a simple table to the database.
    >
    > Example: table name = tblLine
    >
    > In the table is one field, named Line.
    > There is just one record and the value in the field
    "line"
    > is -------------------
    >
    > Then just insert this after the second SELECT, right
    after WHERE Location
    > = 'Distribution Center'
    >
    > UNION ALL SELECT DISTINCT Line FROM tblLine
    >
    >
    > That will produce:
    >
    > Corporate
    > Distribution Center
    > --------------------
    > A
    > B
    > C
    > etc
    >
    > You can have your form validation return an error if the
    user actually
    > selects that line.
    >
    > Take care,
    > Tim
    >
    >
    >
    > "Daniel" <[email protected]> wrote in message
    > news:[email protected]...
    >> Thank you very much,
    >> This has gotten me closer..
    >>
    >> here is a few of the results
    >> Corporate Office
    >> Dallas Distribution Center - 90
    >> Atlanta/Kennesaw - 20
    >> Atlanta/Norcross - 21
    >> Atlanta/Stockbridge - 22
    >> Austin/Round Rock - 6
    >> Austin/South - 32
    >>
    >>
    >>
    >> Is there anyway to add a seperating line between the
    top 2 in the drop
    >> down and the stores like so?
    >>
    >> Corporate Office
    >> Dallas Distribution Center - 90
    >>
    >> ========================
    >> Atlanta/Kennesaw - 20
    >> Atlanta/Norcross - 21
    >> Atlanta/Stockbridge - 22
    >> Austin/Round Rock - 6
    >> Austin/South - 32
    >>
    >>
    >>
    >>
    >> --
    >> ASP, SQL2005, DW8 VBScript
    >> "TC2112" <[email protected]> wrote in message
    >> news:[email protected]...
    >>> Hello,
    >>>
    >>> Perhaps something like this SQL statement in
    your recordset would help.
    >>>
    >>> This assumes that in your table the location
    names are in one field
    >>> (column) so there are 42 records (40 locations +
    corporate +
    >>> distribution)
    >>> This also assumes that the table in the database
    has the locations in
    >>> ascending order.
    >>>
    >>> For this example, the table is named tblCompany
    and the field with the
    >>> location names is named Location
    >>>
    >>> "SELECT DISTINCT Location FROM tblCompany WHERE
    Location = 'Corporate'
    >>> UNION ALL SELECT DISTINCT Location FROM
    tblCompany WHERE Location =
    >>> 'Distribution Center' UNION ALL SELECT DISTINCT
    Location FROM tblCompany
    >>> WHERE Location not like 'Corporate' AND Location
    not like 'Distribution
    >>> Center'"
    >>>
    >>> This will return Corporate, then Distribution
    Center and then all the
    >>> rest in ascending order excluding Corporate and
    Distribution:
    >>>
    >>> Corporate
    >>> Distribution Center
    >>> A
    >>> B
    >>> C
    >>> ..and so on.
    >>>
    >>>
    >>> Take care,
    >>> Tim
    >>>
    >>>
    >>>
    >>> "Daniel" <[email protected]> wrote in message
    >>> news:[email protected]...
    >>>>I have a drop down that is populated from one
    of our tables... it's just
    >>>>a simple list of our store locations... in
    order by store location( each
    >>>>market )
    >>>>
    >>>>
    >>>>
    >>>> We have a total of 40 locations, corporate
    and 1 Distribution center
    >>>>
    >>>>
    >>>>
    >>>> Currently since Distribution is after all
    the locations that start with
    >>>> A and B they want to make the drop down a
    little more legible
    >>>>
    >>>>
    >>>>
    >>>> So they want to split the drop down into
    something like this:
    >>>>
    >>>> =====================
    >>>>
    >>>> Corporate
    >>>>
    >>>> Distribution Center
    >>>>
    >>>>
    >>>> Stores
    >>>>
    >>>> Austin Store#1
    >>>>
    >>>> Houston Store#2
    >>>>
    >>>> =====================
    >>>>
    >>>> Instead of this:
    >>>>
    >>>>
    >>>>
    >>>> Austin Store#1
    >>>>
    >>>> Dallas Distribution Center
    >>>>
    >>>> Houston Store#2
    >>>>
    >>>> Houston Corporate Office
    >>>>
    >>>> North Carolina Store#3
    >>>>
    >>>> =====================
    >>>>
    >>>> Reminder that the list is orderby location
    name, they want to split the
    >>>> list into 3 sections... ( corp, distro and
    stores )
    >>>>
    >>>>
    >>>>
    >>>>
    >>>>
    >>>> So without making any changes to my table
    since its maintained by
    >>>> another department and is already linked to
    a number of pages that are
    >>>> used to maintain and update..
    >>>>
    >>>>
    >>>>
    >>>> Is there any way to accomplish this? maybe
    something within my Store
    >>>> Procedure that is displaying the list?
    >>>>
    >>>>
    >>>>
    >>>> is this a question for the SQL newsgroup?
    >>>>
    >>>>
    >>>> --
    >>>> ASP, SQL2005, DW8 VBScript
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

  • Document Style/Schema questions

    We are using Weblogic 8.1 sp1 and eclipse
    I have some general questions about Document style web services
    If I create a simple web service like
    public String getSomething(String xmlRequest)
              throws RemoteException, SomethingException
    then I can use servicegen, style=documentwrapped and everything works fine.
    The strings are actually XML documents. If I want to let my clients know about
    the schema for these documents would you suggest modifying the wsdl or publishing
    it elsewhere?
    Assuming I decide to put the schema in the wsdl how would I do that? (I am not
    using workshop)
    How does Weblogic know to convert the SOAP body into a String object? Should my
    interface be changed to use org.w3c.org.Document objects insead of Strings?
    Switching to the Client and consuming a document web services
    If I use clientgen on a wsdl that is document/literal style and has a full schema,
    I get a bunch of java classes representing the Document. The port object returns
    one of these objects (getSomethingResponse). Is there a way to have the port object
    return a an org.w3c.org.Document object?
    thanks for your help,
    Brit

    Hi Brit,
    If your business logic works fine just using strings then there would
    seem to be a little value in increaing the complexity of the message
    exchange pattern. If your client needs to know more about message where
    sharing the schema is desirable, then it is suggested as best practice
    to import the schema into the WSDL. The WS-I BP [1] clarifies use of
    the import mechanisms to keep them consistent and confined to their
    respective domains.
    For a org.w3c.org.Document, Manoj has an example here [1].
    The WSDL defines when to convert the SOAP to strings, using for example:
    xsd:element type="xsd:string"
    Regards,
    Bruce
    [1]
    http://manojc.com/?sample31
    [2]
    http://www.ws-i.org/Profiles/Basic/2003-08/BasicProfile-1.0a.html#refinement34116312
    Brit wrote:
    >
    We are using Weblogic 8.1 sp1 and eclipse
    I have some general questions about Document style web services
    If I create a simple web service like
    public String getSomething(String xmlRequest)
    throws RemoteException, SomethingException
    then I can use servicegen, style=documentwrapped and everything works fine.
    The strings are actually XML documents. If I want to let my clients know about
    the schema for these documents would you suggest modifying the wsdl or publishing
    it elsewhere?
    Assuming I decide to put the schema in the wsdl how would I do that? (I am not
    using workshop)
    How does Weblogic know to convert the SOAP body into a String object? Should my
    interface be changed to use org.w3c.org.Document objects insead of Strings?
    Switching to the Client and consuming a document web services
    If I use clientgen on a wsdl that is document/literal style and has a full schema,
    I get a bunch of java classes representing the Document. The port object returns
    one of these objects (getSomethingResponse). Is there a way to have the port object
    return a an org.w3c.org.Document object?
    thanks for your help,
    Brit

  • Star schema question

    Hi,
    I have a question about the realization of the star schema. I have familiarized me with the basic concepts of dimensions and fact tables. But what I don’t get is how I “combine” the dimensions with the fact table. I know that the fact table includes the dimension-IDs and measures. But do I use the joiner-operator in the OWB to join the dimension-ID (IDs of the dims are the criteria for the joiner condition) to create the fact table?
    So my understanding is when I have for example 3 dimensions (product dimension, sales dimension, time dimension) and one fact table.
    The realization looks like this:
    product dim ->
    sales dim -> joiner operator = fact table with the IDs of the dims and measure
    time dim ->
    Please correct me if I am wrong.
    If there is something that I can read to this subject of matter it would be very nice if someone could post it.
    Thx

    Hi,
    first you load the dimensions. Every entry has an id (surrogate key) and some business key (coming from the data source).
    When you load the fact, you use the business key from the data source to join (using a joiner or lookup operator) the dimension and get the id (surrogate key) from it. You only load the id and the measures into the fact table.
    Make sure to handle the case that the business key is null or no entry in the dimension can be found.
    If you query the fact table you must always join the dimensions.
    Regards,
    Carsten.

  • Drop Shadow Question

    I find in Dreamweaver's Manuel the instructions on how to put
    a drop shadow
    around words and text. Can Dreamweaver put a drop shadow
    around a CSS layer
    or box? Or does that effect need to be a graphics image?
    Thank you!
    Best Regards.
    Webdesigner

    Thank you, Nadia, for this answer. It brings up a another
    question which I
    just posted in answer to Webbie...
    ": Nadia : ** Adobe Community Expert **"
    <[email protected]> wrote in message
    news:f3ihra$8st$[email protected]..
    > You can use css to create a shadow but it doesn't render
    correctlyacross
    > platforms/browsers I believe. You can google for those
    words and I'm
    > sure you'll come up with some examples.
    >
    > I would use a graphic image instead and use css to
    repeat the shadow the
    > length of the box.
    >
    > --
    > Nadia
    > Adobe® Community Expert : Dreamweaver
    > ----------------------------------------
    > CSS Templates |Tutorials |SEO Articles
    >
    http://www.DreamweaverResources.com
    > ~ Customisation Service Available ~
    >
    http://www.csstemplates.com.au
    > ----------------------------------------------------
    > Spry Widget Examples
    >
    http://www.dreamweaverresources.com/spry-widgets/
    > ----------------------------------------------------
    >
    >
    >
    > "Webdesigner" <[email protected]> wrote in message
    > news:f3i7pn$r9o$[email protected]..
    >>I find in Dreamweaver's Manuel the instructions on
    how to put a drop
    >>shadow around words and text. Can Dreamweaver put a
    drop shadow around a
    >>CSS layer or box? Or does that effect need to be a
    graphics image?
    >>
    >> Thank you!
    >>
    >> Best Regards.
    >> Webdesigner
    >>
    >
    >

Maybe you are looking for

  • Will Not Boot Up: Pavilion Slimline PC 400-314 desktop

    Have a new Pavilion Slimline PC 400-314 desktop.  Power green lite is on at back of computer but will not boot up when "On" button is pushed and held.  Can you help?

  • Final total cannot appear when the last line item reached the page end

    Hi All, My report included 2 pages. Problem is the final total cannot appear when the last line item reached the page end. (page 2) final total will appear on the middle of last page (page 3) when i comment (type    = 'BOTTOM'). Below is the program.

  • FIDCC2 parking document workflow

    Hi All I have one requirement regarding parking document workflow: We're using FIDCC2 Inbound IDoc to post the vendor invoices. As per our requirement, the incoming document should not be posted. Instead it should park. Upto this point we are success

  • Solaris 10 Error -

    We are running Oracle backups on a server. We get below error - program terminated by signal BUS (object specific hardware error) 0xff04a6e4: lwemmxa : save %sp, -104, %sp (dbx) where =>[1] lwemmxa(0x7ceec0, 0x7d02f8, 0x7d02f4, 0x58, 0xcf, 0x0), at 0

  • Can i deploy web application with WEB-INF as war and leave others as it is

    i'm asked to deploy my web application with WEB-INF in a war and leave all the others as it is, but i'm getting error that "resource not found" what shld i do? this is the command i used to create war jar cvf WEB-INF.war *.* i entered this command fr