InterviewSolution
| 1. |
What Do I Do If The Data Area Is Full? |
|
Answer» When there is no more MEMORY available in the DATABASE, the database hangs. You must MAKE free memory available in the form of a new data VOLUME. You can ADD new volumes while the database is online. More information about this topic is available is in the MaxDB documentation (Note 767598) in the glossary, under the keyword "data volume" or "db_addvolume". When there is no more memory available in the database, the database hangs. You must make free memory available in the form of a new data volume. You can add new volumes while the database is online. More information about this topic is available is in the MaxDB documentation (Note 767598) in the glossary, under the keyword "data volume" or "db_addvolume". |
|