Droping a user

Hi All
I have few users created in Shared services using MAXL command. Those are reflected in Essbase. Now I dropped few users using DROP USER command in MAXL. these users dropped from Essbase , But still they are found in Shared Services. I have restarted the Shared services but still I found those users. Please let me know how to DROP the user from both Shared services and Essbase . Thank You .

Hi,
The objective of shared services is to centralize the user and security management. So, you can add/delete or modify the provisioning . Do that from Shared services.
2. MAXL and esscmd work within the boundaries of essbase .
Sandeep Reddy Enti
HCC
http://hyperionconsultancy.com/

Similar Messages

  • Error in Droping PERFSTAT User

    Hi All,
    I'm getting the following two error messages while dropping the PERFSTAT schema & the tables.
    The oracle version is 9.2.0.1.0 & it is running on SUN SOLARIS 9.
    I've logged in as sys dba & executed the script "SPDROP.sql" to drop the PERFSTAT schema. all the tables, views & synonyms dropped successfully.
    But the PERFSTAT user didn't dropped. I can still see the user in DBA_USERS.
    Rather I got the two error messages:
    ORA-00604 error occurred at recursive SQL level 1
    ORA-04098 trigger 'SYS.DDLTRIGGER' is invalid & failed revalidation
    Can any one help if I'm doing the wrong thing....
    Else is there any other procedure to drop the PERFSTAT schema.
    Sunil

    Yes
    This trigger was created to capture the DDL operations along with a trigger to capture the logon & logoff information on the database from the front end. Which was not allowing me to drop the PERFSTAT schema. As these triggers were updating few tables in the PERFSTA schema. After disabling the triggers well I can able to drop & recreate the PERFSAT.
    Thnx for the inputs
    Sunil

  • Error when i am droping user

    i am getting error when i am droping a user with cascade.
    VBO-5530 user cannot be dropped. ORA-00604: error occurred at recursive SQL level 1
    ORA-24170
    ORA-06512: at "SYS.DBMS_RULE_ADM", line 129
    can somone help me

    i have object type EVALUATION CONTEXT,
    How i can drop this object.
    OBJECT_NAME OBJECT_TYPE
    AQ$_CACHESYNC_MESSAGES_V EVALUATION CONTEXT
    SQL> drop EVALUATION CONTEXT AQ$_CACHESYNC_MESSAGES_V;
    drop EVALUATION CONTEXT AQ$_CACHESYNC_MESSAGES_V
    ERROR at line 1:
    ORA-00950: invalid DROP option

  • Backup ibook to macbook pro

    i am needing to do a total reformat and reinstall of os x on my wifes ibook. she is the only user account on her puter, so, if i boot her ibook in target disk mode and connect it to my macbook pro, dragging and droping her user folder should get everything, right?

    "dragging and droping her user folder should get everything, right? "
    Yes

  • Is it a bug? About Import application.

    At First, I created a user named "APP1". And I logon with it. Imported an application using export file. The application id is 102.
    Then I created another user named "APP2" , imported the same export file. It tell me the application has existsed. OK, I know the application id cannot be repeated.
    Drop the use "APP1", I think the application 102 will be droped cascade. But when I imported it again, the error still exists.
    I want to know whether it's a BUG ?!
    Message was edited by:
    thinhair

    Hi Yang,
    I did not droped the user use WEB CONSOLE, but SQLPLUS command line: "DROP USER APP01 CASCADE;"good catch :).
    Yeah, you will be right.
    DROP USER APP01 CASCADE; is a "native" Oracle command that bypasses the "XE" application. Thus it will not cleanup the implicit workspace and application.
    I will start a new thread on how to remove the implicit workspace programmatically. This will be useful in the future to do the cleanup manually.
    Greetinx, ~Dietmar.
    Message was edited by:
    daust_de: this is the new thread: How to clean up APEX workspaces after "drop user cascade"?

  • Routing incoming mails.

    Netscape Messaging Server 4.1:
    I am able to route all outgoing mails with the help of SMTP Routing table, to another SMTP to scan for SPAM and VIRUS.
    Is there a way I can route all imcoming (local domains) mail similerly. All mails which are destined to local domains first pass to another SMTP for scanning before droping to user's mailbox.
    Big help needed.

    Netscape Messaging Server 4.1:Messaging Server 4.1 is dead. You NEED to upgrade. Messaging Server 6.2 is available, and is "free".
    >
    I am able to route all outgoing mails with the help
    of SMTP Routing table, to another SMTP to scan for
    SPAM and VIRUS.
    Is there a way I can route all imcoming (local
    domains) mail similerly. All mails which are destined
    to local domains first pass to another SMTP for
    scanning before droping to user's mailbox.Not with Messaging 4. Please upgrade. That's a very old, dead product.
    >
    Big help needed.Big upgrade needed. No help available for your need.

  • Changing Mobile Server Repository

    Hi all,
    From the "repwizard.bat" I installed the repository onto another server. But now I want to drop the MOBILEADMIN user on the server and recreate the repository within another user on the same server.
    Does anyone know if there is something critical about this operation?
    Is it enough Droping the user to uninstall the repository?
    Will there be needed another drop processes in the sys user or anything like this?
    Regards,
    Bogac OZGEN

    Hi again,
    Droping the MOBILEADMIN user is enough for uninstalling the repository. From the "Enterprise Manager Console" you can remove the user with cascade option for all the objects which are belong to the user.
    After droping the user you can run "repwizard.bat" and reinstall the repository into another user.
    PS: If your user's name's length is long than ther should be problems due to the object name, because "wtgpack.exe" needs the owner name of the tables to create the snapshots, and it assumes that the object name is "owner name" + "." + "table name". So the length of the object name is the length of "owner name" + "." + "table name".
    Regards,
    Bogac OZGEN

  • Problems after Patch 9.2.0.2

    Hi,
    I think this is the best forum I can address my issue, if not, please refer me to another one.
    I installed the 9.2.0.2 patch (I ran it twice, because I had XML user with registered schema, the patch was hanging and after droping XML user the patch finished). The question is did running patch twice result into some hidden damage or the error I'm getting is a known bug. My original database is running ok.
    Now I want to create a new database with dofferent cracter set (AL32UTF8), since I'm using other language characters too.
    After creating new database (successful), when I go to XML DB - resources or configuration it throws:
    VBO-1508: An error occurred and the server object couldn't be initialized...
    ORA-29902: error in executing ODCIIndexStart() routine
    ORA-00600: internal error code, arguments: [qmxiUnpPacked2], [121], [], [], [], [], [], []
    In trace file there is:
    ORA-00600: internal error code, arguments: [qmxiUnpPacked2], [121], [], [], [], [], [], []
    Current SQL statement for this session:
    select 1
    from resource_view
    where any_path = '/xdbconfig.xml'
    Is it a bug or should I try to reinstall the Patch.
    BTW I can create DB and use this feature (XML DB) on the similar machine that is set up without Patch.
    Thanks,
    Max

    Since the seed databases where not re-shipped with the 9.2.0.2.0 patch, if you use DBCA to create a new database from one of the template databases you have to run catpatch after DBCA has finished re-creating the database.

  • Dump restore problem

    I have a user abc on database DB1.
    Also i have user abc on database DB2.
    the both users are synchronous.
    now i made some transactions in DB1 and take dump of user abc from DB1 and i want to restore it on DB2.
    How can i do this in oracle 9.2 without droping the user.

    Hi all,
    My problem is this that DB1 containing user ABC has a lot of tables containing the data in it.
    Now the database DB2 also containg the same tables and same datain same user.
    After transaction in database DB1 it contains some new data and little updated data.
    Now i want to update the DB2 with same dump made of user ABC of DB1.
    for each time i have drop the user and recreate the user and then restore dump.
    because withouting droping the user the primary key constrains voilates whcih generates the errors which is due to the DB1 and DB2 contains same data except few rows for each table.
    Please tell any solution for Oracle 9i(9.2)

  • To prevent user from droping any object from a sepacific schema

    Dear User
    I have a database user like "aaa" in oracle 7.3.4.0.1 database.i do not want user "aaa" to drop his own schema objects like table and any other objects that he is owner.Do i have any system privilege to stop this user from doing so.User should be able to create objects and modify object but not to drop any object.For this purpose i have created a database trigger at database level to stop user "aaa" for doing above action.this trigger is giving me error on creation in oracle 7.3.4.0.1 .But when i tried same trigger in oracle 8i and 9i it work well.In oracle 8i and 9i it is preventing user from droping his own objects but i get other errors also along with raised error in trigger which i want to stop .The error which i am raising in trigger is
    ORA-20001 INVALID COMMAND BUT OTHER TWO ERRORS THAT R RAISED AUTOMATICALLY ARE
    ORA-00604 ERROR OCCURED AT RECURSIVE SQL LEVEL 1
    AND
    ORA-06512 AT LINE 8
    I WANT TO STOP THESE TWO ERRORS .
    PLZ HELP ME IN THIS REGARD AS SOON AS POSSBILE .
    Thank u.

    Given that you have not posted your code it is very difficult to know why you are getting these errors.
    Howver, I can take a guess. If I were trying to implement this functionality I would build a database event trigger that fired whenever a DROP command was issued and cause that command to fail. If this is the approach you've taken I think you are out of luck, as I belive DDL triggers were introduced in Oracle 8.
    Mind you, it's been a long time since I worked on Oracle7, so I might be wrong. In which case post your code, don't make me guess again.
    Cheers, APC

  • To prevent user from droping his own object .

    Dear User
    I have a database user like "aaa" in oracle 7.3.4.0.1 database.i do not want user "aaa" to drop his own schema objects like table and any other objects that he is owner.Do i have any system privilege to stop this user from doing so.User should be able to create objects and modify object but not to drop his own objects.For this purpose i have created a database trigger at database level to stop user "aaa" for doing above action.this trigger is giving me error on creation in oracle 7.3.4.0.1 .But when i tried same trigger in oracle 8i and 9i it work well.In oracle 8i and 9i it is preventing user from droping his own objects but i get other errors also along with raised error in trigger which i want to stop .The error which i am raising in trigger is
    ORA-20001 INVALID COMMAND BUT OTHER TWO ERRORS THAT R RAISED AUTOMATICALLY ARE
    ORA-00604 ERROR OCCURED AT RECURSIVE SQL LEVEL 1
    AND
    ORA-06512 AT LINE 8
    I WANT TO STOP THESE TWO ERRORS .
    PLZ HELP ME IN THIS REGARD AS SOON AS POSSBILE .
    plz tell me is there any system privilege to stop user from droping his own object or any other way along with trigger at database level.
    Thank u.

    Hi
    DBAs can use PRODUCT_USER_PROFILE (in system schema) to disable certain SQL and SQL*Plus commands in the SQL*Plus environment on a per-user basis. SQL*Plus, not Oracle, enforces this security. DBAs can even restrict access to the GRANT, REVOKE, and SET ROLE commands in order to control users' ability to change their database privileges.
    The PRODUCT_USER_PROFILE table enables you to list roles which you do not want users to activate with an application. You can also explicitly disable use of various commands, such as SET ROLE. For example, you could create an entry in the PRODUCT_USER_PROFILE table to:
    read more about this at
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a90842/ch10.htm#1005648

  • Ask User confirmation before droping table

    Hi,
    I need to build a script that ask user a confirmation before that he execute the script that drop a table like "Do you check the log file before droping table Y/N"
    I start to do this but it's not working well, I'm new in sql and PLsql
    accept condition prompt "Do you check all log file (Y/N)"
    DECLARE
    V varchar2(1) := 'N';
    BEGIN
    if &condition=V then
    EXECUTE IMMEDIATE 'drop table t';
    else
    dbms_output.put_line ('please check your log file');
    end if;
    END;
    Regards,

    vittel wrote:
    Hi,
    I need to build a script that ask user a confirmation before that he execute the script that drop a table like "Do you check the log file before droping table Y/N"
    I start to do this but it's not working well, I'm new in sql and PLsql
    accept condition prompt "Do you check all log file (Y/N)"
    DECLARE
    V varchar2(1) := 'N';
    BEGIN
    if &condition=V then
    EXECUTE IMMEDIATE 'drop table t';
    else
    dbms_output.put_line ('please check your log file');
    end if;
    END;
    /if the value of &condition is the single character N, then
    if &condition=V thenwill be sent to the compiler as:
    if N=V thenWhich assumes there is a variable called N.
    I think what you meant was:
    if '&condition' = V thenwhich will be sent to the compiler as
    if 'N' = V thenNote that substitution variables (like &condition) are evaluated and replaced before the PL/SQL code is compiled, so you can use substitution variables in an anonymous block, like you're doing, but you can't use them in a stored procedure to get user input at run-time.

  • How to reterive the droped user?

    Hi
    I have dropped the user, example xyz. This user contains the lot of tables. Now i want to reterive the user with all the tables.
    Please help me. Thanks in advance.
    Regards
    Sathya

    May be you want to look into flashback
    http://www.oracle.com/technology/deploy/availability/htdocs/Flashback_Overview.htm
    you can restore to previous state to the time of point in DB. If you want to ask you DBA
    Not sure of USER though
    HTH

  • Error in droping user objects

    i have dropped a user.all but 30 objects are not dropped and when i try to drop them , i am getting the message as
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-24005: must use DBMS_AQADM.DROP_QUEUE_TABLE to drop queue tables

    You must enclose the name in quotes (if in fact that is a queue name):
    EXECUTE DBMS_AQADM.STOP_QUEUE('SYS_IOT_TOP_863958',TRUE,TRUE,TRUE);
    SQL> select object_type, count(*) from dba_objects where object_name like 'SYS_IOT_TOP%' group by object_type ;
    OBJECT_TYPE          COUNT(*)
    INDEX                      74
    1 row selected.
    SQL> disconnect
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.3.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.3.0 - Production
    SQL>

  • WRT610N droping wireless laptops over I Touch users

    Okay, I am at a loss.  My WRT610N wireless router is droping ( disconnecting) my wireless laptops when ever my kid's sign on with their I Touch's.  The I touch's will have a link to the web,  but all other wireless devices will be droped from the router.   DHCP Server is enabled, MTU is set for 1492. Router is WEP.   And ideas?

    Follow the below mentioned settings.
    Open an Internet Explorer browser page on your wired computer(desktop).In the address bar type - 192.168.1.1 and press Enter...Leave Username blank & in Password use admin in lower case...
    For Wireless Settings, please do the following : -
    Click on the Wireless tab
    - Here select manual configuration...Wireless Network mode should be mixed...
    - Provide a unique name in the Wireless Network Name (SSID) box in order to differentiate your network from your neighbors network...
    - Set the Radio Band to Standard-20MHz and change the Standard channel to 11-2.462GHz...Wireless SSID broadcast should be Enabled and then click on Save Settings...
    Please make a note of Wireless Network Name (SSID) as this is the Network Identifier...
    Click on the Sub tab under Wireless > Wireless Security...
    Change the Wireless security mode to WPA, For Encryption, select TKIP...For Passphrase input your desired WPA Key. For example , MySecretKey , This will serve as your network key whenever you connect to your wireless network. Do NOT give this key to anyone and remember the key.
    NOTE : Passphrase should be more that 8 characters...
    Click on Advanced Wireless Settings
    Change the Beacon Interval to 75,Change the Fragmentation Threshold to 2304,Change the RTS Threshold to 2304 and Click on Save Settings...
    Now see if you can locate your Wireless Network and attempt to connect...

Maybe you are looking for