Database Administration (MOSC)

MOSC Banner

Create tablespace extremely slow

edited Dec 12, 2013 10:20AM in Database Administration (MOSC) 19 commentsAnswered
Hello Guys ..
Microsoft Windows x64 (64-bit)
DB version : 11.1.0.6

CREATE SMALLFILE TABLESPACE TEST  DATAFILE 'E:\oradata\sipdb\TEST.DBF' SIZE 64M REUSE AUTOEXTEND ON NEXT 10240K MAXSIZE 2038M LOGGING EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO DEFAULT NOCOMPRESS;

A command like this might take 90-150 minutes to complete

10046 tracing shows that most of the wait time is spent on idle wait event "SQL*Net message from client"

* The error is raised when connected to the DB server directly using bequeath connection (/ as sysdba), same behavior when tried via Toad
* DCD is not enabled
* Bouncing the server didn't help
* Creating a file directly on the server works fine

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center