Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ATP "always free" database has reached 20Gb storage

KeyserJul 15 2020 — edited Jul 21 2020

If this is in the wrong forum, please feel free to move it

I noticed today that my storage is at 100%

pastedImage_0.png

I went to the help...

Storage

This chart shows the total and used storage capacity of the service. It indicates what percentage of the space is currently in-use. The used storage capacity is the total allocated space for all tablespaces.

Here are my tablespaces...

pastedImage_2.png

The SAMPLESCHEMA tablespace is used by objects in the SH and SSB schemas

The SSB schema contains the tables: lineorder, customer, supplier, part, and dwdate. The following is a list of sample queries and analytic views you can use against the SSB schema. Note that you need to prefix the table names with the schema name SSB in your queries.

Note:

Both SH and SSB are provided as schema-only users, so you cannot unlock or drop those users or set a password. And the storage of the sample data sets does not count towards your database storage.

But mine isn't a Data Warehouse, is there a safe method for me to drop these schemas?

Can I just issue...

DROP USER SSB CASCADE;

DROP USER SH CASCADE;

Any help/advice greatly appreciated!

Comments
Post Details
Added on Jul 15 2020
38 comments
5,675 views