M6 Posted January 4, 2007 at 06:25 PM Report #74433 Posted January 4, 2007 at 06:25 PM Deixo aqui o link para o SQL Developer, o IDE para gestão de base de dados da Oracle. Suporta Oracle, obviamente, SQL Server, MySQL e Access. O SQL Developer vai substituir a velhinha consola SQL Plus e tem um conjunto de funcionalidades muito interessantes, incluíndo algumas extremamente úteis como relatórios de performance e diferença entre bases de dados. É bem possível que a versão Oracle do TOAD veja o seu mercado reduzido com a disponibilização desta ferramenta, uma vez que cobre muitas das lacunas que a Oracle tinha a nível de administração gráfica e que o TOAD cobria. 10 REM Generation 48K! 20 INPUT "URL:", A$ 30 IF A$(1 TO 4) = "HTTP" THEN PRINT "400 Bad Request": GOTO 50 40 PRINT "404 Not Found" 50 PRINT "./M6 @ Portugal a Programar."
Rui Carlos Posted January 4, 2007 at 08:02 PM Report #74439 Posted January 4, 2007 at 08:02 PM não tem muito a ver com isto, mas para não estar a abrir outro tópico aqui vai: qual a quantidade de RAM aconselhável para correr o Oracle Database 10g Express Edition em Linux? 512Mb é suficiente? Rui Carlos Gonçalves
M6 Posted January 5, 2007 at 09:35 AM Author Report #74534 Posted January 5, 2007 at 09:35 AM A documentação da Oracle não diz nada sobre isso? Fiz uns testes de performance à ~1 ano atrás sobre Debian, deixo aqui os dois parágrafos com as especificações dos testes: "The experiments are conducted on a standard PC with an AMD Athlon processor at 1.8GHz, 1GB of RAM, Linux kernel version 2.4.2 ¯le system and IMB's JRE 1.4.2. The experiments consist of testing different implementations of one-to-many transformations on Oracle 10g, IBM DB2 UDB v8.2 against a Java implementation of the mapper operator." 1GB foi mais do que suficiente, acredito que 512MB sejam suficientes. 10 REM Generation 48K! 20 INPUT "URL:", A$ 30 IF A$(1 TO 4) = "HTTP" THEN PRINT "400 Bad Request": GOTO 50 40 PRINT "404 Not Found" 50 PRINT "./M6 @ Portugal a Programar."
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now