When the schema/user doesn't have an entry in dba_ts_quotas

DB version:11.2.0.2
Developers have been creating/dropping objects in LANTS_ENTMT_NA_DEV_01 schema for several weeks now. Today, while trying to create a table in this schema they got
ORA-01536: space quota exceeded for tablespace 'LANTS_DATA'So, I wanted to check the quota allocated to this user. But this user doesn't have an entry in dba_ts_quotas ! This means that this user was never granted any quota on any tablespace . Right ?
But, I am curious , without any QUOTA , how this user was able to create objects in its default tablespace until now and suddenly get "ORA-01536: space quota exceeded" error today.
SQL > select distinct tablespace_name from dba_segments where owner = 'LANTS_ENTMT_NA_DEV_01';
TABLESPACE_NAME
LANTS_DATA
SQL > select MAX_BYTES from dba_ts_quotas where username = 'LANTS_ENTMT_NA_DEV_01';
no rows selected
SQL > select username, default_tablespace from dba_users where username = 'LANTS_ENTMT_NA_DEV_01';
USERNAME                       DEFAULT_TABLESPACE
LANTS_ENTMT_NA_DEV_01          LANTS_DATA
SQL > select count(*) from dba_ts_quotas where username = 'LANTS_ENTMT_NA_DEV_01';
  COUNT(*)
         0
SQL > alter user LANTS_ENTMT_NA_DEV_01 quota 20g on LANTS_DATA;
User altered.
-- After setting the quota, the user has an entry in dba_ts_quotas
SQL > select MAX_BYTES from dba_ts_quotas where username = 'LANTS_ENTMT_NA_DEV_01';
MAX_BYTES
2.1475E+10
SQL > select TABLESPACE_NAME, MAX_BYTES/1024/1024/1024 from dba_ts_quotas where username = 'LANTS_ENTMT_NA_DEV_01';
TABLESPACE_NAME                          MAX_BYTES/1024/1024/1024
LANTS_DATA                                                     20If LANTS_ENTMT_NA_DEV_01 didn't have any quota at all on this tablespace , this user should have got a different error ie. "ORA-01950: no privileges on tablespace" as shown in the test below.
SQL> create user testuser02 identified by abcd123 default tablespace FRCRS_TS;
User created.
SQL> grant create session to testuser02;
Grant succeeded.
SQL> grant select on dba_objects to testuser02;
Grant succeeded.
SQL> grant create table, create session to testuser02;
Grant succeeded.
SQL> select count(*) from dba_ts_quotas where username= 'TESTUSER02';
  COUNT(*)
         0
SQL> conn testuser02/abcd123
Connected.
SQL> create table john as select * from dba_objects where rownum < 30;
create table john as select * from dba_objects where rownum < 30
ERROR at line 1:
ORA-01950: no privileges on tablespace 'FRCRS_TS'

So, I wanted to check the quota allocated to this user. But this user doesn't have an entry in dba_ts_quotas ! This means that this user was never granted any quota on any tablespace . Right ?no, this means that this user currently doesnt have quota, but it could have in the past
But, I am curious , without any QUOTA , how this user was able to create objects in its default tablespace until now and suddenly get "ORA-01536: space quota exceeded" error today.see above, or:
users with the UNLIMITED TABLESPACE system privilege have unlimited quota on all tablespaces without giving any specific quota on a tablespace

Similar Messages

  • BW web access when the application server doesn't have a public ip

    Hi everybody
    I need to access bw queries via web from outside de organizational network.
    I'm already checked the access from within the network and works fine, the question is:
    what do I have to do to setup a machine with a public IP to forward the request to BW??
    I understand that there is a sap message server which can redirect request to one or more applications servers. It's possible to run this server on my visible box, so that I can redirect requests??
    I really apreciate any help
    thanks
    sincerely
    A. Garduñ

    Hi,
    one way is to use the sap-web-dispatcher.
    its a peace of software. you've to download, install and configure it on a server with a public IP.
    The web dispatcher will point to your BW.
    Kind Regards,
    Alican

  • How do I remove a suggested email address on iPhone when the suggestioned address DOESN'T have a blue i next to it?

    I want to remove some email addresses from the list of suggested email addresses which appear in iPhone's Mail app.
    All of the ways I've found so far to remove suggested email addresses involve clicking on a blue arrow or i next to the suggested name. However, the suggestion(s) I want to remove have nothing on which to click. How can suggested addresses be removed without something to click?

    Here's the solution (it's what you suggested):
    If the old email address is in the contacts no blue circle i  appears. The blue circle indicates it is in recent but not in contacts.
    You need two step procedure:
    1. remove email from contacts (try doing a Search for it if necessary);
    2.  and then remove from recent by starting a new email, starting to enter email address (which brings up the Recent suggestions), then click on the blue circle i (which should now be there because you removed email address from Contacts), select Remove from Recent).

  • The SAP SSO authentication will fail because the current user doesn't...

    Hi Experts!
    I am facing an issue and I have tried to do all the tips on answers of topics under same subject.
    Once I enter on my report and refresh, it prompts me a message that I don't have acess on one or more data providers, asking me if I want to proceed ( ID : WIS_30286) then I click yes and run the refresh and it prompts me another message: The SAP SSP authentication will fail because the current user doesn't have an alias that matches system BIDCLNT100..
    I checked the connection and tested, but the server not answers (SBO0001), on details I see the same message above.
    This on PRD, because on DEV it works fine.
    Thanks in advance!

    Hi,
    for the first part where you don't access I would suggest you do an authorization trace to ensure that the user has all the necessary authorizations.
    and on the second part - yes the user needs to have credentials for the system that you trying to access
    Ingo

  • I downloaded Yosemite OS X and when I try to select my HD (the disk) where I want to install it, the hard drive doesn't have enough space. What can I do and still have all my files? I haven't backed up...

    I downloaded Yosemite OS X and when I try to select my HD (the disk) where I want to install it, the hard drive doesn't have enough space. I have a MacBook Pro bought in 2008. What can I do and still have all my files? I haven't backed up...

    Freeing Up Space on The Hard Drive
      1. See Lion/Mountain Lion/Mavericks' Storage Display.
      2. You can remove data from your Home folder except for the /Home/Library/ folder.
      3. Visit The XLab FAQs and read the FAQ on freeing up space on your hard drive.
      4. Also see Freeing space on your Mac OS X startup disk.
      5. See Where did my Disk Space go?.
      6. See The Storage Display.
    You must Empty the Trash in order to recover the space they occupied on the hard drive.
    You should consider replacing the drive with a larger one. Check out OWC for drives, tutorials, and toolkits.
    Try using OmniDiskSweeper 1.8 or GrandPerspective to search your drive for large files and where they are located.
    I recommend that you also make a backup before proceeding. Just quit the installer.

  • If the user doesn't have their email address defined

    Hi,
    If some users doesn't have their email address in fnd_user table, then will the work notification goto the user? What should i do to make sure that the workflow doesn't throw an error in such a situation and still send a notification to that user?
    Thank you
    Kumar

    Hi,
    Email is completely optional, so Workflow won't throw an error if there is no email address found.
    In order to receive an email, you need the following:
    - Workflow user / role to be notified must have an email address set.
    - Workflow user / role to be notified must have a preference set to receive email.
    - Workflow mailer must be running for that particular item type, or a generic mailer needs to be running.
    Without all of those, you won't see any emails - but you won't see any errors, either :)
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • I have a spelling app that is stuck on the screen - it doesn't have any way to close it out, and when I split the screen and go to "Finder" to remove it, it says that it can't, because the program is still open. Please help.

    I have a spelling app that is stuck on the screen - it doesn't have any way to close it out, and when I split the screen and go to "Finder" to remove it, it says that it can't, because the program is still open. Please help.

    Paul,
    I'm sure this is the correct answer, but just switched to Apple, so am just an apple seed at this point! :~)
    How do I get to the Apple Menu?
    Thanks!
    KL

  • I formatted by PC which erased the iTunes software as well. Now when i try to backup my iPad the new iTunes doesn't have access to my existing files. The option is to erase the current content of my iPad and replace it with existing files on my PC.

    I formatted by PC which erased the iTunes software as well. Now when i try to backup my iPad the new iTunes doesn't have access to my existing files. The option is to erase the current content of my iPad and replace it with existing files on my PC. How do i get access to the preivous library?

    Drrhythm2 wrote:
    What's the best solution for this? I
    Copy the entire /Music/iTunes/ folder from her old compouter to /Music/ in her account on this new computer.

  • What are the schemas/users provided in oracle12c installation

    Hi Expeerts,
    Like SCOTT in Oracle 9i and HR in Oracle11G, what is the schema in Oracle12c
    I have installed Oracle 12c and could see only below users:
    XS$NULL
    SYSKM
    SYSDG
    SYSBACKUP
    DVSYS
    DVF
    APEX_040200
    APEX_PUBLIC_USER
    FLOWS_FILES
    LBACSYS
    SPATIAL_CSW_ADMIN_USR
    SPATIAL_WFS_ADMIN_USR
    MDDATA
    OLAPSYS
    MDSYS
    SI_INFORMTN_SCHEMA
    ORDPLUGINS
    ORDDATA
    ORDSYS
    CTXSYS
    OJVMSYS
    WMSYS
    GSMCATUSER
    ANONYMOUS
    XDB
    APPQOSSYS
    DBSNMP
    ORACLE_OCM
    DIP
    GSMUSER
    GSMADMIN_INTERNAL
    OUTLN
    SYSTEM
    AUDSYS
    SYS
    Please help me here

    >
    Like SCOTT in Oracle 9i and HR in Oracle11G, what is the schema in Oracle12c
    I have installed Oracle 12c and could see only below users:
    >
    The short answer is to use the followings query to see what users are available
    >
    select con_id, common, username from cdb_users order by username
    >
    If you don't know what a CON_ID is or what CDB_USERS contains then you need to start by following that infamous advice: RTFM!
    Seriously, many developers will NOT be successful and will have MANY issues similar to yours if they do not firt read the docs and learn about the new multitenant architecture that 12c introduces.
    IMHO it is simply a MUST that people learn the basics of the new architecture of 12c or they will have problems/issues doing even simple things like: connecting to the proper database, starting up PDBs, creating users (common vs. local) and using the large set of new CDB_* views.
    See my replies in these two threads for a larger discussion and more links to the doc sections to review:
    https://forums.oracle.com/thread/2554568
    https://forums.oracle.com/thread/2559874
    In that second link I show you the queries you can execute to determine what containers you have and what service names map to those containers.
    I also show why you need to answer a whole slew of questions and provide much more information to the forum when you ask questions re 12c:
    1. Did you create:
      A. A non-CDB PDB named ORCL
      B. A CDB named ORCL with no PDBs
      C. A CDB named ORCL with a PDB that you think is named ORCL but is really named PDBORCL
    2. Is your CDB up and running?
    3. Have your PDBs been opened?
    4. Are you are trying to connect to CDB or PDB?
    If you do a basic install and create a sample database (that would include the SCOTT schema) you will get:
    1. A CDB named ORCL - this is the CDB$ROOT and will NOT have SCOTT since it is NOT the sample database
    2. PDB$SEED - the 'seed' DB that will be used as a template when you create new PDBs
    3. PDBORCL - this is the sample DB and has the SCOTT schema
    So you are likely connecting to ORCL (the CDB) and that doesn't have a SCOTT schema as your exception indicates. You need to connect to PDBORCL and you can only do that after you open it.
    One way to open your PDBs is to issue:
    >
    ALTER PLUGGABLE DATABASE ALL OPEN;
    >
    after you connect as SYS to the CDB. Then you need to open a connection to service name PDBORCL.
    Please read the referenced threads above and the doc section on the multi-tenant architecture.
    RTFM is going to be a very common response to anyone posting 12c questions if their question shows, as yours does, that the poster likely hasn't read the basic sections. There is simply too much new architecture to try to explain it in the forums.

  • How to stop user doesn't have "approver" to approve PR from "forward"

    When we have an issue from our customers that an approver forward via email to the user doesn't have "approve" right. But this use be cable to approve this PR. Is there profile or setting to stop this ?
    we are using EBS 12.0.1 and database 11.1. Hope some one can shed lights on us.
    Thanks,
    Albert

    Sanjay,
    Our issue is when any approver used "forward" function from Gmail or any mail program and send the PR to an user. This user doesn't have any approval right ,but this user can open this mail from "forward" and she clicks "approve" button from the bottom of this email and send "approve" action back to Oracle EBS. After a few minutes we went to database to check this status of PR is approved by "Approver" but not by this user.
    Thx.
    Albert

  • Why does the iPhone 4 need to send an SMS to activate FaceTime when the iPad 2 doesn't?

    Hi there.
    I keep wondering why iPhone 4 need to send a international SMS to activate FaceTime when the iPad 2 doesn't?
    It cost's 2,50 dkr ($0.48) every time it does that.
    I have a mobile subscription where i get 5 hours talk time, Free SMS, Free MMS, Free talk to all with same subscription and 5GB data for 129 dkr/month ($24.77).
    But the internation SMS is not free.
    And it really bugs me that my danish iPhone has to send an SMS to England to acticate FaceTime that i only can use on WiFi.
    I also have a iPad 2 (WiFi model), and it can activate FaceTime fine via WiFi. So why can't the iPhone 4 do that?
    I really really need a good explanation to why i have to pay to activate FaceTime.
    Why can't you make local numbers to send the SMS too, or do it via WiFi just like the iPad 2.
    The strangest this is that you have to be on WiFi to use FaceTime, so why use the mobile network to activate FaceTime?

    Where are you, what network are you on and where did you get your phone?
    The fact that it uses SMS isn't really the issue here and no-one on this forum can answer the "why" question. We are end users, not Apple. The accepted answer is if it's going to tie facetime to your phone number (which it does) then that's the way it's got to work.
    The puzzling part is why it would be sending one to England... unless of course, you purchased the phone in the UK and actually live in another region entirely.

  • Outlook 2010 cannot save to archive folders listed. Message says that message was already moved or that user doesn't have permission.

    Outlook 2010 cannot save to archive folders listed. Message says that message was already moved or that user doesn't have permission.

    Hi,
    Does this issue occur when you manually archive items in Outlook, do you drag them into the archive folder?
    The first thing I wonder is if the .pst file has been corrupted, please run Scanpst.exe to repair the archive .pst file:
    http://support.microsoft.com/kb/272227/en-us
    Please logon your Webmail(owa), check if the emails are available. If the emails have been moved and Outlook Client hasn't synced yet, this issue may occur as well.
    We can also create a new .pst file to archive the file, check if the issue persists.
    For more information, we can refer to Archive items manually:
    http://office.microsoft.com/en-in/outlook-help/archive-items-manually-HA010355564.aspx
    When you browse to the archive file in step 5, type in a new .pst file name.
    If my understanding is not accurate, please detail your scenario and provide the exact error message.
    Regards,
    Melon Chen
    TechNet Community Support

  • Spry tabbed panels and "The tag: "li" doesn't have an attribute: "tabindex" ..."

    Hi,
    I've been using the DW CS4 "Spry Tabbed Panels" on a few pages. When I validate the website (with DW tool for that), I get the following messages for each use of the tabbed panels: The tag: "li" doesn't have an attribute: "tabindex" in currently active versions. [XHTML 1.0 Transitional].
    Should I worry about this? I'd like to have a code as clean and XHTML valid as possible. Is there a way to fix this so the message doesn't come up anymore?
    Emilie
    Example of code this message is linked to:
    <div class="TabbedPanels" id="TabbedPanelsADMS">
      <ul id="TabUL" class="TabbedPanelsTabGroup">
        <li id="TabLI1" class="TabbedPanelsTab" tabindex="0">About</li>
        <li id="TabLI2" class="TabbedPanelsTab" tabindex="0">Assets</li>
        <li id="TabLI3" class="TabbedPanelsTab" tabindex="0">Input</li>
        <li id="TabLI4" class="TabbedPanelsTab" tabindex="0">Output</li>
        <li id="TabLI5" class="TabbedPanelsTab" tabindex="0">Support</li>
        <li id="TabLI6" class="TabbedPanelsTab" tabindex="0">Purchase</li>
      </ul>
      <div class="TabbedPanelsContentGroup">
        <!-- TabLI About -->
        <div class="TabbedPanelsContent">
          <!-- end #TabbedPanelsContent TabLI About -->
        </div>
        <!-- TabLI Assets -->
        <div class="TabbedPanelsContent">
          <!-- end #TabbedPanelsContent TabLI Assets -->
        </div>
        <!-- TabLI Input -->
        <div class="TabbedPanelsContent">
          <!-- end #TabbedPanelsContent TabLI Input -->
        </div>
        <!-- TabLI Output -->
        <div class="TabbedPanelsContent">
          <!-- end #TabbedPanelsContent TabLI Output -->
        </div>
        <!-- TabLI Support -->
        <div class="TabbedPanelsContent">
          <!-- end #TabbedPanelsContent TabLI Support -->
        </div>
        <!-- TabLI Purchase -->
        <div class="TabbedPanelsContent">
          <!-- end #TabbedPanelsContent TabLI Purchase -->
        </div>
        <!-- end #TabbedPanelsContentGroup -->
      </div>
      <!-- end #TabbedPanelsADMS -->
    </div>

    Should I worry about this? I'd like to have a code as clean and XHTML valid as possible. Is there a way to fix this so the message doesn't come up anymore?
    If validation is important to you, you need to remove tabindex. Should you worry about it? Not really. Sometimes it makes sense to ignore validation to achieve a particular goal, which is why Spry widgets use tabindex in a technically invalid way.
    The explanation as to why Spry does that can be found here: http://blogs.adobe.com/spryteam/2007/03/spry_widgets_and_tab_index.html.

  • I just bought a used Macbook Pro. How do I make the changes to make it personal. Example the iTunes comes up as the old user and I have to have his password to make changes on the laptop. Can you make any suggestions?

    I just bought a used Macbook Pro. How do I make the changes to make it personal. Example the iTunes comes up as the old user and I have to have his password to make changes on the laptop. Can you make any suggestions?
    Also I cant make a right click on the pad. Is that normal?

    Your first going to have to remove all your personal data off the machine to a external storage drive, do not use TimeMachine when it asks as this will copy the entire drive and is unnecessary at this time (also takes too long).
    You need to drag and drop copy your personal data folders (Music, Pictures, Movies etc) to a external storage drive, once done, unmount and disconnect this drive.
    Most commonly used backup methods
    Next your going to follow the Zero Erase and install method for your OS X version, either 10.6 or 10.7, here
    How to reinstall just OS X or erase/install OS X
    10.7 requires your AppleID and password to install, so make sure to have that ready.
    Once you reboot your into the real setup of OS X, which will require your name etc, so it's now your machine.
    Install your programs, iLife package is only free for the owner of the machine.
    If you have the 10.6 machine specific disks, then it's on there.
    If your using 10.7, then you'll have to purchase it from the App Store.
    Last, return your files from the storage drive, consider setting up a TimeMachine or clone on the external drive.

  • Facetime doesn't work with mountain lion : the registering device doesn't have the appropriate credentials

    As soon as i enter my apple ID, this message pops up in red the registering device doesn't have the appropriate credentials
    This is really weird since facetime was perfectly working with lion. Is this happening to anyone ?
    Thanks in advance

    Hi, I have probably the same or related problem.
    After I made the upgrade to 10.8, the camera (integrated iSight) started making problems.
    When I log out or restart, everything works (PhotoBooth, Skype), but after a couple of days running
    the integrated iSight can not be accessed any more. Skype and PhotoBooth say "no camera".
    About my configuration:
    I have a 15" Macbook Pro Mid 2009, 2.53GHz with Nvidia 9400M 256MB RAM.
    I hope the coming update 10.8.2 will fix it.
    This is the my first time, where after an upgrade something stops working.
    I would almost say, this must related to Sleep/Resume because I never shut down my notebook,
    except for calibrating the battery.

Maybe you are looking for

  • Slow wireless on Time Capsule

    I realize this question in some form or another has been posted ad nauseum, so I'll apologize in advance. I'm running a 500 GB Time Capsule. I recently got the bright idea to extend the network and bought a couple of new AirPort Express (11n models).

  • HT201303 how to take out my credit card

    i want to know i can take out my credit card number out of my account.           Thank you.

  • Mainstage 2.1 - EXS sound stop when playback loop start

    Hi, i use with MacBookPro 4(Go) and audio Kontrol (Native instrument) i have some concert with exs24 sound violin , when i play a note and start a loop in Playback after, the violin sound stop! do you have an issu? Thanks

  • Simple example code to connect to SQL server 2002

    Hi, I found a good website a while back which showed step by step how to connect to a sql server DB using JDBC, a re-install of windows means I cant find it again. I have searched the web, but to no avail. Basically I need to find a step by step guid

  • InDesign 5.5 changes Stories IDs on export document

    I'm working on a project where part of the work involve InDesign templates. The rest of code calling elements from the InDesign templates refence them using IDs (IDML component name) - including files from /Stories subfolder of template and then read