want to remove non-system tablespace system table

My space of system tables was to have user tables, so I moved these user tablespace tables. Now that tables appear in the two spaces of storage e.g. RET_OFF shows in the system and the users tablespace I drop tablespace system only. Can I do it. Help, please

Hi again!

OK, I see. Your REF_VAT_OFF table exists twice. The first resids in the System tablespace and belongs to the KNVATCEN user. The second lies in the VATSOFT tablespace and belongs to the KNVAT user. If you want to remove the first and then log in the user KNVATCEN and drop it like this:

sqlplus knvatcen

DROP TABLE ref_vat_off PURGE CASCADE CONSTRAINTS;

This should solve your problem.

Yours sincerely

Florian W.

Tags: Database

Similar Questions

  • ORA-01552: cannot use rollback for non-system tablespace system segment

    I'm getting following error, according to a previous thread under request.

    ORA-01552: cannot use rollback for non-system tablespace system segment
    select SEGMENT_NAME, TABLESPACE_NAME, INITIAL_EXTENT,STATUS
    from dba_rollback_segs SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT         STATUS           ------------------------------ ------------------------------ ---------------------- ---------------- SYSTEM                         SYSTEM                         114688                 ONLINE           _SYSSMU1$                      UNDO_TS                        131072                 OFFLINE          _SYSSMU2$                      UNDO_TS                        131072                 OFFLINE          _SYSSMU3$                      UNDO_TS                        131072                 OFFLINE          _SYSSMU4$                      UNDO_TS                        131072                 OFFLINE          _SYSSMU5$                      UNDO_TS                        131072                 OFFLINE          _SYSSMU6$                      UNDO_TS                        131072                 OFFLINE          _SYSSMU7$                      UNDO_TS                        131072                 OFFLINE          _SYSSMU8$                      UNDO_TS                        131072                 OFFLINE          _SYSSMU9$                      UNDO_TS                        131072                 OFFLINE          _SYSSMU10$                     UNDO_TS                        131072                 OFFLINE          _SYSSMU11$                     UNDO_TS                        131072                 OFFLINE          _SYSSMU12$                     UNDO_TS                        131072                 OFFLINE          _SYSSMU13$                     UNDO_TS                        131072                 OFFLINE          _SYSSMU14$                     UNDO_TS                        131072                 OFFLINE          15 rows selected
    How can I get them online, I can get them online does this error?

    Maybe you should also mention that you make no effort to look for the error in the documentation online or anywhere else.
    You get this when your database uses rollback segments, and you have spaces of multiple tables.
    To be able to create spaces of multiple tables, you must first create a rollback segment in the system tablespace.

    That's why you get the error.
    The resolution is clear.

    Unfortunately, 99.9 percent of all the people posting here refused to make any effort to resolve errors.

    -----------
    Sybrand Bakker
    Senior Oracle DBA

  • I have installed 32-bit and Ultimate 64-bit __ultimate. Want to remove 64-bit system my choice of "Boot".

    32-bit Ultimate and Ultimate 64 bit installed.  Want to remove 64-bit system my choice of "Boot".

    It is a way to get there:http://www.bleepingcomputer.com/tutorials/tutorial61.html

    The above link > summary > Vista > STARTUP tab > delete the entry here.


    Figure 9. Tab of Vista startup in the System Configuration utility

    See you soon.

    Mick Murphy - Microsoft partner

  • I want this removed creative cloud of my system and my money

    I want this removed creative cloud of my system and my money

    Hello

    If you want to uninstall follow:

    Uninstall or remove Cloud Creative applications

    After you have uninstalled all applications CC, you can delete the Adobe Creative Cloud desktop application

    https://helpx.Adobe.com/creative-cloud/help/uninstall-creative-cloud-desktop-app.html

    You can run the cleanup tool after uninstalling everything to ensure that the remaining files are removed:

    How to run the CC cleaning tool

    For cancellation: you can check https://helpx.adobe.com/creative-cloud/help/cancel-membership.html

    Or contact our support here: https://helpx.adobe.com/contact.html

    Let us know if this helps!

  • Cannot use the rollback system for non-system tablespace segment ' TEMP

    Hello world!

    I encountered this error: "cannot use the non-system"TEMP tablespace system rollback segment.

    So what I did to check the cancellation stuffs online.
    SQL> select tablespace_name,status from dba_tablespaces;
    
    TABLESPACE_NAME                STATUS
    ------------------------------ ---------
    SYSTEM                         ONLINE
    UNDO                           ONLINE
    SYSAUX                         ONLINE
    TEMP                           ONLINE
    LARGEDATA                      ONLINE
    LARGEINDEXES                   ONLINE
    MEDIUMDATA                     ONLINE
    MEDIUMINDEXES                  ONLINE
    SMALLDATA                      ONLINE
    SMALLINDEXES                   ONLINE
    XSMALLDATA                     ONLINE
    
    TABLESPACE_NAME                STATUS
    ------------------------------ ---------
    XSMALLINDEXES                  ONLINE
    XXSMALLTABS                    ONLINE
    USERS                          ONLINE
    CONVTABLES                     ONLINE
    UNDO_02                        ONLINE
    
    16 rows selected.
    
    SQL>  SELECT tablespace_name, sum((bytes/1024)/1024) free FROM DBA_FREE_SPACE gr
    oup by tablespace_name;
    
    TABLESPACE_NAME                      FREE
    ------------------------------ ----------
    LARGEDATA                      18.3105469
    SMALLDATA                        10.46875
    SYSAUX                           106.5625
    UNDO_02                            67.125
    XXSMALLTABS                    13.0078125
    CONVTABLES                     170.039063
    MEDIUMDATA                             22
    USERS                           37.265625
    SYSTEM                             55.875
    LARGEINDEXES                   30.5175781
    XSMALLINDEXES                    17.34375
    
    TABLESPACE_NAME                      FREE
    ------------------------------ ----------
    UNDO                             546.9375
    MEDIUMINDEXES                       33.25
    SMALLINDEXES                    31.015625
    XSMALLDATA                     23.6328125
    
    15 rows selected.
    
    SQL> select file#,status from v$datafile;
    
         FILE# STATUS
    ---------- -------
             1 SYSTEM
             2 ONLINE
             3 ONLINE
             4 ONLINE
             5 ONLINE
             6 ONLINE
             7 ONLINE
             8 ONLINE
             9 ONLINE
            10 ONLINE
            11 ONLINE
    
         FILE# STATUS
    ---------- -------
            12 ONLINE
            13 ONLINE
            14 ONLINE
            15 ONLINE
    
    15 rows selected.
    
    SQL> select segment_name, tablespace_name, initial_extent,status
      2  from dba_rollback_segs;
    
    SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT
    ------------------------------ ------------------------------ --------------
    STATUS
    ----------------
    SYSTEM                         SYSTEM                                 102400
    ONLINE
    
    _SYSSMU1$                      UNDO                                   131072
    OFFLINE
    
    _SYSSMU2$                      UNDO                                   131072
    OFFLINE
    
    
    SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT
    ------------------------------ ------------------------------ --------------
    STATUS
    ----------------
    _SYSSMU3$                      UNDO                                   131072
    OFFLINE
    
    _SYSSMU4$                      UNDO                                   131072
    OFFLINE
    
    _SYSSMU5$                      UNDO                                   131072
    OFFLINE
    
    
    SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT
    ------------------------------ ------------------------------ --------------
    STATUS
    ----------------
    _SYSSMU6$                      UNDO                                   131072
    OFFLINE
    
    _SYSSMU7$                      UNDO                                   131072
    OFFLINE
    
    _SYSSMU8$                      UNDO                                   131072
    OFFLINE
    
    
    SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT
    ------------------------------ ------------------------------ --------------
    STATUS
    ----------------
    _SYSSMU9$                      UNDO                                   131072
    OFFLINE
    
    _SYSSMU10$                     UNDO                                   131072
    OFFLINE
    
    _SYSSMU11$                     UNDO_02                                131072
    OFFLINE
    
    
    SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT
    ------------------------------ ------------------------------ --------------
    STATUS
    ----------------
    _SYSSMU12$                     UNDO_02                                131072
    OFFLINE
    
    _SYSSMU13$                     UNDO_02                                131072
    OFFLINE
    
    _SYSSMU14$                     UNDO_02                                131072
    OFFLINE
    
    
    SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT
    ------------------------------ ------------------------------ --------------
    STATUS
    ----------------
    _SYSSMU15$                     UNDO_02                                131072
    OFFLINE
    
    _SYSSMU16$                     UNDO_02                                131072
    OFFLINE
    
    _SYSSMU17$                     UNDO_02                                131072
    OFFLINE
    
    
    SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT
    ------------------------------ ------------------------------ --------------
    STATUS
    ----------------
    _SYSSMU18$                     UNDO_02                                131072
    OFFLINE
    
    _SYSSMU19$                     UNDO_02                                131072
    OFFLINE
    
    _SYSSMU20$                     UNDO_02                                131072
    OFFLINE
    
    
    SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT
    ------------------------------ ------------------------------ --------------
    STATUS
    ----------------
    _SYSSMU21$                     UNDO_02                                131072
    OFFLINE
    
    
    22 rows selected.
    How do I bring them online?

    I tried this but did not work for me.
    SQL> alter rollback segment _SYSSMU1$ online;
    alter rollback segment _SYSSMU1$ online
                           *
    ERROR at line 1:
    ORA-00911: invalid character
    
    
    SQL> alter rollback segment '_SYSSMU1$' online;
    alter rollback segment '_SYSSMU1$' online
                           *
    ERROR at line 1:
    ORA-02245: invalid ROLLBACK SEGMENT name
    
    
    SQL> alter rollback segment _SYSSMU21$ online;
    alter rollback segment _SYSSMU21$ online
                           *
    ERROR at line 1:
    ORA-00911: invalid character
    
    
    SQL> alter rollback segment SYSSMU21$ online;
    alter rollback segment SYSSMU21$ online
    *
    ERROR at line 1:
    ORA-01534: rollback segment 'SYSSMU21$' doesn't exist
    
    
    SQL> alter rollback segment '_SYSSMU21$' online;
    alter rollback segment '_SYSSMU21$' online
                           *
    ERROR at line 1:
    ORA-02245: invalid ROLLBACK SEGMENT name
    
    
    SQL> alter rollback segment "_SYSSMU21$" online;
    alter rollback segment "_SYSSMU21$" online
    *
    ERROR at line 1:
    ORA-30017: segment '_SYSSMU21$' is not supported in MANUAL Undo Management mode
    
    SQL> ALTER SYSTEM SET UNDO_MANAGEMENT=AUTO SCOPE=SPFILE;
    
    System altered.
    Must I bring each segment online separately? Please guide me.
    Nith

    Published by: user645399 on February 23, 2011 14:52

    user645399 wrote:
    Shouldn't have 2 undo tablespace?

    Is that what you mean?

    Yes, above statements completely wrong.
    If you use single instance database (non-RAC) and then use an undo tablespace

  • "Non-system disk" - Satellite 4100XCDT

    I recently acquired an old Toshiba Satellite 4100XCDDT. When I turn it on, it says:

    "Non-system disk".
    "Replace the disk and then press a button any."

    I know that the HARD drive has been formatted and he lost the operating system on it. I tried to insert the copy of Windows 98se that accompanies it, but nothing happens. I think it's looking for a floppy disk. Everything that goes with it have been the copy of Windows 98se, a charger and the laptop. I have no idea of specs is because I havn't been able to run it again. Can you help me?

    Hello

    Especially this message appears if the laptop can not find a bootable data carrier or the CD-ROM or the HARD drive is not able to start.
    You have a boyfriend of good feelings. If you want to install the Win98, you first of all the accompanying disk. (see the page of the Toshiba driver)

    The accompanying disk contains programs to set up Toshiba computers
    installation information and test equipment. It also contains files and utilities that allow you to get the most out of your Toshiba computer and are capable of detecting your CD-ROM drive on the Toshiba computer during the boot process.

    If you have not already done so, put this disk in the A: floppy drive
    Restart your computer by pressing CTRL-ALT-DELETE. This will activate the Toshiba companion disk utility.

    If you need access to your CD-ROM drive, then remove the word "rem" out the following lines in the Autoexec. BAT and CONFIG. SYS on the accompanying disk.

    REM if exist toscd001 a:\mscdex D:TOSCD001 /M:10 (AUTOEXEC. BAT)
    REM device = a:\toscdrom.sys (CONFIG. (SYS)

    good luck my friend ;)

  • System table or view in oracle to contain the error message

    Hello

    I created a group Materialized View Refresh. and execution in a single schema.

    Start
    DBMS_REFRESH. Refresh ('TEST');
    end.

    There is a lot of reason for the failure of execution of the Group MV refresh (such as network, change of base table problem). At the time of the failure of execution of oracle to refresh group displays an error code and error message.

    Question: -.
    Could pelase propose you any system table or view in the oracle database that can contain any error message and error number? I have to get this error without exception handling in pl/sql block.

    Thank you and best regards,
    Vinod Gupta.

    As I mentioned, there are exceptions that you can't intercept. If this work of dbms_refresh.refresh ('TEST'); results in an exception fatal server (usually an ORA-600 or an error ORA-07445 ), you can not only catch a PL/SQL block exception. All you will see (if you have a client session), is the "+ ORA-03113 end-of-file on communication channel +" error.

    Yes, you can catch a number of other exceptions. And Yes, you can write these exceptions to the errorlog table.

    Create a package error log that makes the insertion in the errorlog table. Use an autonomous transaction because it allows the error log to insert without making all existing transactions.

    Also record all PL/SQL of the error stack trace, because it helps to determine where the exception occurred. Something like dbms_utility.format_call_stack allows to get the call stack and insert this result in the error log line in the error log table.

    Then call this package since the exception handler for the refresh job.

    But before you do, you need to consider whether or not you remove this exception or not. If you do, then Oracle work process does not see this exception and think that the work has been a success. It you do not have, the process will be the exception, to realize the task failed and reported that employment for re-delivery.

    So basically, your refresh job will look something like this:

    begin
      dbms_refresh.refresh ('TEST');
    
    exception when OTHERS then
      -- the package will record the actual SQLCODE error and call stack
      errorLog.saveException( appErrorMessage => 'Refresh job for TEST failed' ); 
    
      -- we want the job processor to see the error and reschedule the job for execution
      raise;
    end;
    
  • non system disk or disk error, windows 98

    I have the chromatograph with P IV system with windows 98. He began to display non-system disk or disk error. Please help and guide me if this hard disk can be used in the version of windows before this error. Because the software of the GC settings that windows and we have no backup. Also tell me if the hard drive partitions can be recovered after formatting and it can be restored to the operating system before the error.

    answer me on this email ID. E-mail address is removed from the privacy *.
    Kind regards

    Zafar Iqbal,
    Faisalabad.

    Support for Windows 98 ended on July 11, 2006.

  • How to move the program non-system to C: directory to another

    My c: directory is running out of space. So, I need to move some non-system files/folders to a different directory, namely the d: drive.

    I don't know how to do it.

    I use to have a program that could do it for me, but I can't find the CD he was on, and I don't remember the name of this program.

    I need detailed instructions on how to do what I have to do.

    There are a few MS programs I have ever used either but they are part of the system (Vista) program. Is it possible to remove them? This could free up a lot of spave on my c: drive.

    My c: directory is running out of space. So, I need to move some non-system files/folders to a different directory, namely the d: drive.

    I don't know how to do it.

    I use to have a program that could do it for me, but I can't find the CD he was on, and I don't remember the name of this program.

    I need detailed instructions on how to do what I have to do.

    There are a few MS programs I have ever used either but they are part of the system (Vista) program. Is it possible to remove them? This could free up a lot of spave on my c: drive.

    Hey billch42

    Make sure your partition d: is not your recovery disk

    If there are between 9-19gbs, which is normally a recovery partition and should not be touched, except to make recovery disks

    3rd party programs must be uninstalled and then reinstalled to the other partition

    When programs are installed they are not just placed in the folder programs

    they are distributed throughout the system operating in the accessibility of the registry by other programs, etc.

    You cannot remove the programs that came as part of the vista operating system

    but you can disable some of them

    http://www.Vistax64.com/tutorials/67732-Windows-features.html

    but you can move your files and data

    http://www.vista4beginners.com/move-user-files-folders-to-another-partition?page=2

    and the restoration of the system takes up to 15% of your hard disk space

    You can change that to a smaller amount

    http://www.Vistax64.com/tutorials/76227-system-restore-disk-space.html

    http://www.vista4beginners.com/system-restore-space-used

    and use panoramas disk cleanup

    http://Windows.Microsoft.com/en-us/Windows-Vista/delete-files-using-disk-cleanup

    If the d: drive is NOT the recovery partition, you can save the data on it then delete it and expand drive c: in the allocated d: today occupied by you giving a disc more

    Here's how to do it

    http://www.Vistax64.com/tutorials/95418-disk-management-delete-extend.html

    Walter, the time zone traveller

  • Remove the system image?

    I want to delete an image of my hard drive system. I found the following tips:

    Click on start-> Search: backup-> open "Backup and Restore"-> click on 'Manage space'-> Delete

    Unfortunately when I do that, there is no option 'manage space '. I use Windows 7...

    Any advice?

    You get this screen under one of the following conditions:

    • No replacement was ever conducted on this machine.
    • The backup of the image that you want to remove was created on another computer.
    • Someone has been removed and catalogs backup in the C:\System Volume Information folder.

    Now, you must manually remove the files from the image.

  • How to fix error of starting non-system disk?

    I don't so much mind the error message. It's the loud beep that alerts you when this message appears. I tried to disable the sound by all means possible and it has not yet stopped. In addition, told me that changing the boot order would stop the error message, but when I went into the settings, boot order was very good. It really starts to annoy me. Need help as soon as POSSIBLE!

    Hello Holden,

    Thanks for posting your question on the forum of the Microsoft community.

    I would like to know some information about the problem so that we can help you better.

    1. What is the full error message when you say, "no system boot disk error?
    2. What is the brand and model of your computer?
    3. have you made any hardware or software changes to your computer recently?

    Because the boot order can be changed, it is possible that the computer accesses a no operating system disc in the optical CD/DVD drive. Follow the steps below to remove all the non-system drives and restart the computer.

    a. disconnect all USB or 1394 (Firewire) devices that are connected to the computer.

    b. remove all drives CD and DVD readers.

    c. press and hold the "Power" button for 15 seconds to turn off the computer.

    d press and release the "Power" button to turn on the computer.

    I hope this information helps.

    Simply answer the required information and let us know if you need more help.

    Thank you

  • Disk error non system at boot when using the external USB disk

    Hello

    I use Windows 7 Pro.  I have a Seagate external USB disk causing a "Non-system disk error" at startup.
    I had the same problem with a Clickfree drive.
    The problem occurs on my other PC with different versions of Windows.
    How can I get my computer to start and not give me this error message for my backup drive?
    At startup (when the drive disconnected), I get a screen of BACK indicating "Client Mac Addr."... GUID..., DHCP. "I think it's looking for a disk boot from.
    I just need to boot from the internal hard drive.
    Thank you
    AS

    USB external references aren't desingned to be connected on startup, you must also use the safely remove the procedure and disconnect the USB key before closing.

    If you get such a screen "Client Mac Addr... etc" at the start (with usb unplugged), looks like you are using a very old motherboard. If the system starts only with connected usb, then your initial installation of victory is defective or damaged

  • Using HP restore - error Non system disk media

    Recently, I received a HP desktop computer that had a bad hard drive. I buy a Seagate 2 TB disk and I also bought the HP recovery media to restore the machine to factory default.

    From the start until the recovery media, I was presented with the option to restore the default settings, walking on the GUI informs me that it is format the drive and reinstall applications, he invites to indicate the disc #2 as expected and ends so ask for a reboot. Date that the system fails to boot with an error message "Non-system disk".

    I started the system with a linux live CD and checked the disk through fdisk to see if it was something simple. I noticed that the first partition is not bootable, and the second partition was. I have enabled the flag of boot on the first partition, without change. I have advanced and reconfigured the drive with fdisk, partition table creation and formatting of the first partition, and then rerun the recovery disks. No change.

    I found a few entries discussing the disks seagate and HP machines, as well as a firmware fix, but I see nothing announces a 2 TB as a problem drive.

    Any help would be appreciated.

    Thanks for your suggestions, but I fear that they have been without result, and I have some additional information for others with similar problems.

    (1) in the disc of recovery there is that something called a Menu "manufacturers", he is now CTRL in the CD is loading, pressing the BACKSPACE key at the right time. This menu has several options, including wiping them out the hard drive and the 'DMI system info' copy of disc 1.

    I followed a few guides to use this menu to try to get my new hard drive, or the spare WD 40 GB working, all without success.

    Thus, this menu has not solved my problem, but to know there lead me to this bit of information.

    (2) HP participates in a process called "Tattoo" the MOBO or HD. This process essentially makes the only function of system with the original equipment, including the hard drive. According to 2 people separated from the HP support, I spoke with, the only way to get this system running and upward would be to buy a hard drive directly from HP. I couldn't find enough documentation on this to be useful anywhere, apart from the realization that it has NOTHING to do with the hardware compatibility and from my point of view, everything about HP, forcing consumers to buy directly from them, thus hindering competition.

    Now for the rest of my rants:

    Booting from a temporary copy of Win 7 allowed me to update the Firmware of the HARD drive, but the Seagate firmware update are listed says "no update firmware of your player"(not exact verbage). "» I was able to get the old HD to boot, unstable but it started and I was able to do a restore system to it and got the update of the BIOS installed, but once when I tried upgrading the firmware on Seagate it said was not an update of my drive. I confirmed the new model number and this is the only one listed.

    Must the drive be formatted for the update of the firmware to take? That doesn't seem like it should be...

    I'll try to copy it to the partition on the new disk of tonight, but honestly, I feel that I lost my money with restoring HP discs, so I'll just go buy a retail copy of Windows 7 upgrade and use it as the operating system.

    Very pleased with this HP product.

  • Encrypt the sys and system tables

    How encrypt/limit sys and system tables so that no users can view them.

    On a user database few have access s/n.

    Is it possible to restrict their access to the tables of the dictionary.

    RAC_DBA wrote:
    How encrypt/limit sys and system tables so that no users can view them.

    On a user database few have access s/n.

    Is it possible to restrict their access to the tables of the dictionary.

    If you want to protect the data dictionary, then use 07_DICTIONARY_ACCESSIBILITY parameter to deny users that has 'SELECT ANY TABLE' privilege to select the data belonging to SYS

    And don't forget, if you share the password for user SYS or SYSTEM, it means that you share all the information as data dictionary

  • HP Z820 - BIOS 02.55 rev A - SSD on LSI SAS 2308 do not start... "Non-system disk...". »

    Hello

    MY Z820 workstation is equipped with an Intel 520 240 GB SSD as boot drive, on the integrated LSI SAS 2308 controller. It is a GPT disk.

    I just tried to update my BIOS Rev 02.08 Z820. at 02.55 a. rev.

    The update succeeded, and in the BIOS, I check that all the settings are the same as before the update. On the boot, however, I get an error saying "Non system disk or disk error."

    Mass strorage option ROM is set to EFI mode.

    No matter what the settings, it does not start in Windows.

    I started 02.08 BIOS Rev A and now all is well again.

    Is there a compatibility issue with the BIOS 02.55 Rev A combo, Intel SSD 520 and LSI SAS 2308?

    Kind regards

    Dries Vervoort

    LAST UPDATED:

    The Z820 motherboard was faulty. A HP technician swapped the moherboard with a new one and now all is well again!

    The storage controller was indeed defective.

    Dries

Maybe you are looking for