Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • crontab syntax Linux/Unix
  • Oracle 10g for solaris 10 Oracle
  • SYSOPER Mystery Oracle
  • Renaming the column name Oracle
  • TABLE SIZING WITH DB_BLOCK ARCHITECTURE Reference : Metalink note : 10640.1 Oracle
  • scripts to take listener.log backup Linux/Unix
  • tuning commmand for cpu, ip and memory stats Linux/Unix
  • Changing default shell Linux/Unix
  • Removing Ctrl-M from end of line using vi Linux/Unix
  • Finding locked objects Oracle
  • configUOCIOTTO.ora Oracle
  • Goog notes on X$ tables Oracle
  • Roles and Stored Object behaviour Oracle
  • Check SQL Server edition SQL Server
  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry Oracle

create user with unlimited quota

Posted on 02-Aug-2005 By Admin No Comments on create user with unlimited quota

create user uoc identified by uoc default tablespace uoc_data temporary tablespace temp;

grant connect, resource to uoc;

alter user uoc quota unlimited on uoc_data;

alter user uoc quota unlimited on temp;

Oracle, SQL scripts

Post navigation

Previous Post: create trigger syntax
Next Post: PLSQL Table Syntax 1

Related Posts

  • How to know current SID Oracle
  • All About oracle password and security from metalink Oracle
  • crtgr.sql /* For creating trigger from data dictionary */ Oracle
  • Load testing on Oracle 19C RAC with HammerDB Oracle
  • initUOCIOTTO.ora Oracle
  • Locktree.sql Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (342)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • arch_configUOCIOTTO.ora Oracle
  • shutdown linux Linux/Unix
  • Directory wise folder wise space usage Linux/Unix
  • Jai Shree Ram Oracle
  • standard Monitoring – 1 Oracle
  • Good Site for Oracle Internals Oracle
  • find_idle_cpu.sql Oracle
  • Jai Shree Ram Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme