“Oracle Crie Autoextend” Respostas de código

Oracle Crie Autoextend

CREATE TABLESPACE tablespace_name DATAFILE 'my_file.dbf' SIZE 30G AUTOEXTEND ON;
VasteMonde

Oracle TablowSpace Autoextend

SELECT FILE_NAME, TABLESPACE_NAME, AUTOEXTENSIBLE
FROM DBA_DATA_FILES WHERE AUTOEXTENSIBLE = 'YES'
ORDER BY TABLESPACE_NAME, FILE_NAME;
VasteMonde

Respostas semelhantes a “Oracle Crie Autoextend”

Perguntas semelhantes a “Oracle Crie Autoextend”

Mais respostas relacionadas para “Oracle Crie Autoextend” em Sql

Procure respostas de código populares por idioma

Procurar outros idiomas de código