Unix Technical Forum

database projects for fresher's training

This is a discussion on database projects for fresher's training within the Oracle Database forums, part of the Database Server Software category; --> Hi , Our company is recruiting many freshers and there is a suggestion to train them by providing various ...


Go Back   Unix Technical Forum > Database Server Software > Oracle Database

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-25-2008, 05:44 AM
nirav
 
Posts: n/a
Default database projects for fresher's training

Hi ,


Our company is recruiting many freshers and there is a suggestion to
train them by providing various problems/sample projects. So for oracle
related technology, what could be the kind of assisgments that could
help the freshers pick up good database skills?

I shall be very thankful for your inputs..
Nirav

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-25-2008, 05:44 AM
wannabe DBA
 
Posts: n/a
Default Re: database projects for fresher's training

By Assignments i think you mean what sorts of excercises?

I would personally ask them to design a small database consisting of a
few tables for a olympics events where there are:

Athletes, Officials, Events, Sports Complexes, Locations etc.

Ask them to create tables and denormalise and insert data. Once that is
done ask them to pull some data out using some SQL scripts.

Then ask them to put a front end on in terms of a FORM. preferably in
HTML DB or PHP.

They should be taught PL/SQL basics too.

nirav wrote:
> Hi ,
>
>
> Our company is recruiting many freshers and there is a suggestion to
> train them by providing various problems/sample projects. So for oracle
> related technology, what could be the kind of assisgments that could
> help the freshers pick up good database skills?
>
> I shall be very thankful for your inputs..
> Nirav


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-25-2008, 05:44 AM
wannabe DBA
 
Posts: n/a
Default Re: database projects for fresher's training

However if u wish to teach them the DBA job then:

1) Ask them to install Oracle 10g on a single server and a RAC too.

2) Teach them Backup and Recovery Fundamentals via simulated case
studies. Thomas Kyte talks at length about some of this stuff.

3) Performance issues and troubleshooting.

Can give us more of an idea of what the aims and objectives of the
training is?
wannabe DBA wrote:
> By Assignments i think you mean what sorts of excercises?
>
> I would personally ask them to design a small database consisting of a
> few tables for a olympics events where there are:
>
> Athletes, Officials, Events, Sports Complexes, Locations etc.
>
> Ask them to create tables and denormalise and insert data. Once that is
> done ask them to pull some data out using some SQL scripts.
>
> Then ask them to put a front end on in terms of a FORM. preferably in
> HTML DB or PHP.
>
> They should be taught PL/SQL basics too.
>
> nirav wrote:
> > Hi ,
> >
> >
> > Our company is recruiting many freshers and there is a suggestion to
> > train them by providing various problems/sample projects. So for oracle
> > related technology, what could be the kind of assisgments that could
> > help the freshers pick up good database skills?
> >
> > I shall be very thankful for your inputs..
> > Nirav


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-25-2008, 05:44 AM
nirav
 
Posts: n/a
Default Re: database projects for fresher's training

Thanks a lot...by assigments I mean mini projects which a team of 3 or
4 freshers can finish in may be 3 or 4 weeks.

With thanks..
Nirav
wannabe DBA wrote:
> By Assignments i think you mean what sorts of excercises?
>
> I would personally ask them to design a small database consisting of a
> few tables for a olympics events where there are:
>
> Athletes, Officials, Events, Sports Complexes, Locations etc.
>
> Ask them to create tables and denormalise and insert data. Once that is
> done ask them to pull some data out using some SQL scripts.
>
> Then ask them to put a front end on in terms of a FORM. preferably in
> HTML DB or PHP.
>
> They should be taught PL/SQL basics too.
>
> nirav wrote:
> > Hi ,
> >
> >
> > Our company is recruiting many freshers and there is a suggestion to
> > train them by providing various problems/sample projects. So for oracle
> > related technology, what could be the kind of assisgments that could
> > help the freshers pick up good database skills?
> >
> > I shall be very thankful for your inputs..
> > Nirav


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-25-2008, 05:44 AM
nirav
 
Posts: n/a
Default Re: database projects for fresher's training

No, the idea is to train them as programmers and provide comprehensive
training so that they can hone their skills..they are not expected to
be DBAs..
nirav wrote:
> Thanks a lot...by assigments I mean mini projects which a team of 3 or
> 4 freshers can finish in may be 3 or 4 weeks.
>
> With thanks..
> Nirav
> wannabe DBA wrote:
> > By Assignments i think you mean what sorts of excercises?
> >
> > I would personally ask them to design a small database consisting of a
> > few tables for a olympics events where there are:
> >
> > Athletes, Officials, Events, Sports Complexes, Locations etc.
> >
> > Ask them to create tables and denormalise and insert data. Once that is
> > done ask them to pull some data out using some SQL scripts.
> >
> > Then ask them to put a front end on in terms of a FORM. preferably in
> > HTML DB or PHP.
> >
> > They should be taught PL/SQL basics too.
> >
> > nirav wrote:
> > > Hi ,
> > >
> > >
> > > Our company is recruiting many freshers and there is a suggestion to
> > > train them by providing various problems/sample projects. So for oracle
> > > related technology, what could be the kind of assisgments that could
> > > help the freshers pick up good database skills?
> > >
> > > I shall be very thankful for your inputs..
> > > Nirav


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-25-2008, 05:44 AM
wannabe DBA
 
Posts: n/a
Default Re: database projects for fresher's training

Cool,

Then i suggest:

Go with the mini olympics design of small database, insert normalised
data, create selects and reports.

Tehn make sure they create a front end using php or java.

The front end could be a little report application that inserts data,
deletes data etc.

Secondly another assignment of a Video Hire Shop.

Containing Data:

Customers, Videos, Addresses, Recievable and payables tables.


nirav wrote:
> No, the idea is to train them as programmers and provide comprehensive
> training so that they can hone their skills..they are not expected to
> be DBAs..
> nirav wrote:
> > Thanks a lot...by assigments I mean mini projects which a team of 3 or
> > 4 freshers can finish in may be 3 or 4 weeks.
> >
> > With thanks..
> > Nirav
> > wannabe DBA wrote:
> > > By Assignments i think you mean what sorts of excercises?
> > >
> > > I would personally ask them to design a small database consisting of a
> > > few tables for a olympics events where there are:
> > >
> > > Athletes, Officials, Events, Sports Complexes, Locations etc.
> > >
> > > Ask them to create tables and denormalise and insert data. Once that is
> > > done ask them to pull some data out using some SQL scripts.
> > >
> > > Then ask them to put a front end on in terms of a FORM. preferably in
> > > HTML DB or PHP.
> > >
> > > They should be taught PL/SQL basics too.
> > >
> > > nirav wrote:
> > > > Hi ,
> > > >
> > > >
> > > > Our company is recruiting many freshers and there is a suggestion to
> > > > train them by providing various problems/sample projects. So for oracle
> > > > related technology, what could be the kind of assisgments that could
> > > > help the freshers pick up good database skills?
> > > >
> > > > I shall be very thankful for your inputs..
> > > > Nirav


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-25-2008, 05:44 AM
nirav
 
Posts: n/a
Default Re: database projects for fresher's training

Thanks a lot for your kind help.

-Nirav

wannabe DBA wrote:
> Cool,
>
> Then i suggest:
>
> Go with the mini olympics design of small database, insert normalised
> data, create selects and reports.
>
> Tehn make sure they create a front end using php or java.
>
> The front end could be a little report application that inserts data,
> deletes data etc.
>
> Secondly another assignment of a Video Hire Shop.
>
> Containing Data:
>
> Customers, Videos, Addresses, Recievable and payables tables.
>
>
> nirav wrote:
> > No, the idea is to train them as programmers and provide comprehensive
> > training so that they can hone their skills..they are not expected to
> > be DBAs..
> > nirav wrote:
> > > Thanks a lot...by assigments I mean mini projects which a team of 3 or
> > > 4 freshers can finish in may be 3 or 4 weeks.
> > >
> > > With thanks..
> > > Nirav
> > > wannabe DBA wrote:
> > > > By Assignments i think you mean what sorts of excercises?
> > > >
> > > > I would personally ask them to design a small database consisting of a
> > > > few tables for a olympics events where there are:
> > > >
> > > > Athletes, Officials, Events, Sports Complexes, Locations etc.
> > > >
> > > > Ask them to create tables and denormalise and insert data. Once that is
> > > > done ask them to pull some data out using some SQL scripts.
> > > >
> > > > Then ask them to put a front end on in terms of a FORM. preferably in
> > > > HTML DB or PHP.
> > > >
> > > > They should be taught PL/SQL basics too.
> > > >
> > > > nirav wrote:
> > > > > Hi ,
> > > > >
> > > > >
> > > > > Our company is recruiting many freshers and there is a suggestion to
> > > > > train them by providing various problems/sample projects. So for oracle
> > > > > related technology, what could be the kind of assisgments that could
> > > > > help the freshers pick up good database skills?
> > > > >
> > > > > I shall be very thankful for your inputs..
> > > > > Nirav


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 07:37 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com