A Fnac faz 10 anos e publicou uma lista dos melhores livros, discos e filmes da última decada.
Gostos não se discutem mas acho que seleccionar nos 100 melhores filmes (e a única presença de desenhos animados) "os Simpsons" deixa de fora muitos outros filmes que ganharam óscares. E depois Borat?
Como em muitos casos penso que esta somente é uma forma da FNAC tentar vender alguns títulos.
Blog with ORACLE related posts (mainly PL/SQL programming) and some personal thoughts
Blog com artigos sobre ORACLE (principalmente sobre programação PL/SQL) e alguns pensamentos pessoais.
2008-02-28
RETURNING in DELETE statement
Today I found out that we can use the RETURNING clause also in a DELETE statement (not only in an INSERT or UPDATE statement).
As with the others DML statement types the RETURNING clause will to return the rows affected by the statement and can only be used with single tables, regular views based on a single table and materialized views.
It's a feature that I never needed but its very interesting.
DELETE <table or expression> <alias>
WHERE <where_clause>
RETURNING <exprs> INTO <data_items>;
As with the others DML statement types the RETURNING clause will to return the rows affected by the statement and can only be used with single tables, regular views based on a single table and materialized views.
It's a feature that I never needed but its very interesting.
Categorias / Labels:
Oracle Blues,
Oracle DB
2008-02-25
Free books links/ Links para Livros gratuitos
Livros gratuitos (por já serem de conteúdo livre)
Free books (due that the content is now free due to experation of copyright
Virtual books online
Virtual Book Store Livros de autores Brasileiros Brazilian Books
Many Books um monte de livros em mais de 50 línguas disponíveis em diversos formatos e livros audio
Several books in more that 50 languages and audiobooks
Project Gutenberg mais de 30000 livros disponíveis
More than 30000 books available
Free Speculative Fiction Online
Page by Page books
Free books (due that the content is now free due to experation of copyright
Virtual books online
Virtual Book Store Livros de autores Brasileiros Brazilian Books
Many Books um monte de livros em mais de 50 línguas disponíveis em diversos formatos e livros audio
Several books in more that 50 languages and audiobooks
Project Gutenberg mais de 30000 livros disponíveis
More than 30000 books available
Free Speculative Fiction Online
Page by Page books
2008-02-21
BULK into confusing error messages
You are making a select statement into a BULK collection and you can get one of these error confusing messages
What is the meaning of each one of these errors?
ORA-00947 not enough values
ORA-00913 too many values
What is the meaning of each one of these errors?
Categorias / Labels:
Oracle Blues,
PL/SQL
PLS-00320 in the definition of a record
Today I got this error when defining a record type:
PLS-00320: the declaration of the type of this expression is incomplete or malformed
What is the reason for this error?
In this case the reason was that you can't define as a record atribute name the same name as a table that is used in the definition of some atribute of the record (i.e. gi_person).
PLS-00320: the declaration of the type of this expression is incomplete or malformed
TYPE trec_logins IS RECORD (
login gi_logins.login%TYPE,
id gi_logins.ID%TYPE,
estado gi_logins.status%TYPE,
gi_person gi_person.name%TYPE
);
What is the reason for this error?
In this case the reason was that you can't define as a record atribute name the same name as a table that is used in the definition of some atribute of the record (i.e. gi_person).
Categorias / Labels:
Oracle Blues,
PL/SQL
2008-02-20
Lei das demonstrações
The first law of demos: never try to actually use the system for anything; simply step through a well-rehearsed script that does not touch anything that might cause a crash
A 1ª lei das demonstrações: nunca tentes usar o sistema para alguma coisa; simplesmente percorrer passo a passo o teu script muito bem ensaido e testado e não toques em nada que possa originar um "crash".
Também pode ser visto como um corrolario da Lei de Murphy para as demonstrações.
Já agora mais uma: se pensas que tem bateria suficiente no teu portátil, pensa outra vez!
Categorias / Labels:
Para pensar,
Pessoal,
Rir
Erros no design de aplicações
Jakob Nielsen apresenta num novo artigo o seu top 10 de erros no design de aplicações.
Jakob concorda com o paradoxo do utilizador activo que apresentei num post anterior:
A reter deste artigo:
Para além desse artigo aconselho também a leitura do Top Ten Mistakes in Web Design.
bom design para todos
Jakob concorda com o paradoxo do utilizador activo que apresentei num post anterior:
The most common way to get usability wrong is to listen to what users say rather than actually watching what they do
most users won't read a lot of upfront instructions
A reter deste artigo:
no one should be allowed to work on an application unless they've spent a day observing a few end users
Jakob's Law is "users spend most of their time on other websites," then Jakob's Second Law is even more critical: "Users have several thousand times more experience with standard GUI controls than with any individual new design."
If you can't meet the recommended response time limits, say so, and keep users informed about what's going on
Error messages are a special form of feedback: they tell users that something has gone wrong. We've known the guidelines for error messages for almost 30 years, and yet many applications still violate them.
Even if users deliberately seek out a new app, they often approach it without a conceptual model of how it works
Too many applications (...) offer(...) features that reflect the system's internal view of the data rather than users' understanding of the problem space.
It's almost always wrong to have a Reset button on a Web form.
Para além desse artigo aconselho também a leitura do Top Ten Mistakes in Web Design.
bom design para todos
Categorias / Labels:
critico,
Leituras,
Oracle Blues,
Pessoal
2008-02-19
Explicação visual das juncões em SQL
Este post em inglês explica muito bem http://www.codinghorror.com/blog/archives/000976.html
Categorias / Labels:
Oracle Blues,
Oracle DB
2008-02-18
Indiana Jones
Depois de um fim-semana cansativo mas com alguns momentos divertidos começo a segunda-feira por ver o trailer do novo (e ultimo filme) do Indiana Jones!
Aqui fica ! e Boa Semana!
Aqui fica ! e Boa Semana!
2008-02-13
Videos sobre Oracle BD/ Videos about Oracle DB
Oracle Database Maximum Availability Architecture
Managing Change with Oracle Database 11g
Managing Change with Oracle Database 11g
Categorias / Labels:
Oracle Blues,
Oracle DB
Subscribe to:
Posts (Atom)