Posts by Lord Snow • 43 points
4 posts
- 
		-1 votes2 answers34 viewsA: How to leave Oracle 12c Enterprise with Logs in EnglishIn the file $ORACLE_HOME/install/oraparam.ini change the following variable NLS_ENABLED=FALSE That I could do. but the other part doesn’t have many folders with that name inside the oracle folder.… 
- 
		1 votes2 answers34 viewsQ: How to leave Oracle 12c Enterprise with Logs in EnglishGood afternoon to all, I downloaded the oracle 12 Oracle 12c Enterprise from the Oracle site with my logged in account and the installer was all in Portuguese but when it appears the option to… 
- 
		1 votes1 answer26 viewsQ: table is not created in mysqlcreate database mbsys default character set utf8 default collate utf8_german2_ci; ''this generates normal'' create table PESSOA ( ID_PESSOA int (10) not null, NOME varchar (40) not null, CPF int… 
- 
		2 votes1 answer403 viewsQ: Table is not generated in Oracle databaseThat normal wheel: create table M_VENDEDORES ( ID_VENDEDOR number (10,0) not null, NOME varchar2 (100) not null, CPF number (11,0) not null, ENDERECO varchar2 (100) not null, NUMERO varchar2 (10)…