• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Learning pace ?

 
Ranch Hand
Posts: 191
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I want to know if someone has experience in one kind of database server like oracle server, how easy is it to learn any other kind of database server like sqlserver, etc?
 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i would say pretty fast, if rdbms fundas r clear then move to any rdbms is very swift, i never worked with oracle but had 4 yrs of SqlSrv, i didn't had any problems what so ever understanding and working with it ( though it might be a problem being a DBA) but as long as work with oracle was not a problem, with net being the biggest help in nay transition
------------------
-AJ
Sun Certified Java Programmer
Microsoft Certified Software Developer
 
Ranch Hand
Posts: 243
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would agree. It shouldn't be a problem. As long as you understand (and really understand) the basic database theories, then it shouldn't really be a problem. Concentrate on logical design and let the software worry about the rest.
>though it might be a problem being a DBA
Ashish Jaiman, What did you mean by this?
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Vishaka
Well do you have internet connection at house. If yes then visit to Oracle site or IBM Redbooks and start reading the books.
In case you know some specific areas that you need to know then you can visit google.com or ask.com. Best sites i have seen. As far as the RDBMS concepts goes u need to know them.. The basic things. Then since you could use Visual Basic or Java as the front end you need to basically learn the PL/SQL fundas which you can master by reading O Rielly's PL/SQL. As far as working on the database goes then SQL Server is real cool as it does everything for you .. but one minute that is not the way you need to learn.. Well when you are learning then start with Oracle becoz u learn when you are working on it. U wanna to get ur work done without learning then SQL Server is the best bet.
Hope this answers all ur doubts..
Regards
Askani
 
Popeye has his spinach. I have this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic