We have Oracle database in our startup company and there is only 1GB space is left in the entire database, It will be occupied soon so What should be done to make space in database?
Can we truncate or delete Audit trail records in the database? If so how to do it? Any other tips to make space in the database?
it seems your
parameter is set to
or
you should write the content to an OS file by setting
to one of below ones :
As an example, you may issue this command :
and after that, you need to restart db.
i forgot to tell about truncating, ok you may take backup of sys.aud$ table and then you may truncate in classical manner :
truncate table sys.aud$