Viewing 15 posts - 1,066 through 1,080 (of 3,061 total)
thomas_emerson (5/19/2011)
May 20, 2011 at 6:29 am
Jeff Moden (3/12/2011)
May 19, 2011 at 1:34 pm
alexandre.lepage 4666 (5/17/2011)
May 19, 2011 at 12:17 pm
I'm in agreement with Grant.
You do not model after transactions but after entities and relationships, after your ER model is sound then you move to physical implementation.
I also agree...
May 19, 2011 at 12:04 pm
Resender (5/19/2011)
DATAFILE 'D:\dbname\system01.dbf' SIZE 700M REUSEI thought I did use reuse
I meant, create database reuse controlfile 🙂
May 19, 2011 at 9:01 am
Resender (5/18/2011)
Funny enough, the client now passed along that the database might be an 11 or 10g after all
Well... what can I say? this is kind of a little unprofessional...
May 18, 2011 at 12:59 pm
DBAgal (5/18/2011)
May 18, 2011 at 7:15 am
crainlee2 (5/16/2011)
I'm especially proud of this one:USE Master
DELETE FROM SYSOBJECTS
What do you think?
I think you have a great potential for a stand up comedian career 😀
May 18, 2011 at 7:09 am
Dan-Ketil Jakobsen (5/10/2011)
As mentioned, I get to transfer some tables, but I am not allowed to change the datatype on all tables I need for my extract.
Understood.
How are you moving...
May 18, 2011 at 7:05 am
Spam!... Reported, please do not reply.
May 18, 2011 at 6:56 am
Suriya.pn (5/17/2011)
Why SELECT * is not a best practise?
Just building up on previous postings, as a rule of thumbs: never retrive all columns, never retrieve all rows.(*)
(*) As always happens...
May 18, 2011 at 6:52 am
Resender (5/17/2011)
OK I got a virtual Windows XP machine installedInstalled 9i
Created the dummy instance
Shutdown the dummy instance
After that I'm stuck
Is the idea to import a dump file?
Startup instance, Create tablespaces...
May 18, 2011 at 5:59 am
As you do I prefix my factual tables as FACT_ and my dimensional ones as DIM_, I also use the STG_ prefix for the staging ones; God knoww there are...
May 13, 2011 at 4:39 pm
hakimali (5/13/2011)
May 13, 2011 at 7:01 am
Viewing 15 posts - 1,066 through 1,080 (of 3,061 total)