Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • First Entry in RAC Oracle
  • find_longsql.sql Oracle
  • Standby Database File Management in 10g with STANDBY_FILE_MANAGEMENT Oracle
  • How does one overcome the Unix 2 Gig file limit? Linux/Unix
  • How to connect to Oracle Database with Wallet with Python. Oracle
  • Find_planinfo.sql Oracle
  • FRA Information. Oracle
  • proper cpu stats Linux/Unix
  • on IBM-AIX for display Linux/Unix
  • executing Function from SQLPLUS prompt Oracle
  • Convert multiple rows to single column Oracle
  • checking redhat linux version Linux/Unix
  • Find long Running Transaction Linux/Unix
  • Passing from Unix to PLSQL using bind variables Linux/Unix
  • Updated LCK.SQL file. 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

  • Handling LOB data in Oracle Oracle
  • When to rebuld B-tree index Oracle
  • My Minimum Tuning Programs Oracle
  • block_ident.sql Oracle
  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry Oracle
  • Vivek Tuning for Row Locks. 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 (392)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • MYSQL and Oracle Comparison for Oracle DBA24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • checking connectivity between two servers Linux/Unix
  • First Entry in RAC Oracle
  • To see mem usage and CPU usage system wide. Linux/Unix
  • Updated LCK.SQL file. Oracle
  • ORA-8031 issue and solution if it is occuring due to truncate. Oracle
  • find the files that are 1 day old. Linux/Unix
  • temp_use.sql diplays usage of temp ts Oracle
  • create database syntax Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme