Top "Database-administration" questions

the aspects of database usage not directly related to the insertion and extraction of information, such as security, configuration and performance tuning

How to execute an SQL query with Python script in MySQL Workbench

I want to execute SQL queries from the Python script environment in MySQL Workbench. I looked at the MySQL Workbench …

python mysql mysql-python mysql-workbench database-administration
MongoDB Single Document size limit is 16MB

Known Information: Its is know that MongoDB stores in BSON (Binary JSON) and the maximum BSON document size is 16MB. …

mongodb limit database-administration bson database
How to find users in a particular tablespace in oracle 11g?

I have created a new tablespace and also some users. I have assigned those users to the tablespace. What is …

oracle database-administration tablespace
ORA -12953: The request exceed the maximum allowed database size of 11GB

We have oracle express edition 11g i.e. ORACLE XE 64bit. There is 10GB available space in the database. But …

oracle oracle11g database-administration
How to identify all global temporary tables

I need to identify which tables in my schema are Global Temporary Tables. Following script returns names of all my …

oracle database-administration
mysql_install_db giving error

I have downloaded the mysql-5.1.38-linux-x86_64-glibc23.tar.gz from here and then i have executed it by using below …

mysql database installation redhat database-administration
SQL Database Best Practices - Use of Archive tables?

I'm not a trained DBA, but perform some SQL tasks and have this question: In SQL databases I've noticed the …

sql design-patterns archive database-administration
How exactly can i troubleshoot MEMORY_ALLOCATION_EXT waits?

We have a server environment in SQL Server 2016. The Server is virtualized meaning it shares its memory and cpu. Lately …

sql-server memory database-administration
Cassandra: Removing a node

I would like to remove a node from my Cassandra cluster and am following these two related questions (here and …

cassandra database-administration nodetool
Connecting using MongoDB Compass

I'm trying to see the contents of a collection using MongoDB Compass. I have username/password authentication set up. I …

mongodb database-connection database-administration mongodb-compass