Posts Tagged ‘Database’

Q&A: How do I apporach becoming an Oracle Database administrator?

Question by Iain K: How do I apporach becoming an Oracle Database administrator?
Hi.

I graduated from Glasgow Uni 3 years ago in June, I graduated as a BSc in Applied mathematics.

Since then I joined a graduate scheme (medium sized organisation), recently I have moved to the IT side of the company, more especially an Oracle implementation. After speaking to the Oracle Project Manager, he commented that there is huge scope and opportunity for Oracle database administrators.

Whilst I consider myself to have some knowledge with Microsoft Access, that is as far as my experience stretches. I really fancy the opportunity to challenge myself by training up as a database administrator. I don’t even know where to start? Can anyone with similar experience recommend where to start, what to learn? Any help would be much appreciated.

Thanks

Best answer:

Answer by The Unit
Try to take some courses from Oracle near your location and also look for a job as Database Administrator and consider that you should get the opportunity to learn so try to learn every day and also always read and research about Oracle if this is what you want to do.

http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=3

Add your own answer in the comments!

Tags: , , , ,

No Comments


How can I obtain the software /database clearance that US search and other companies have to locate people?

Question by komputerzrkool: How can I obtain the software /database clearance that US search and other companies have to locate people?
Just curious.

Best answer:

Answer by Doctor Deth
they probably use all public sources – they just have to pay for the ones that cost money – not sure any clearance is needed

Know better? Leave your own answer in the comments!

Tags: , , , , , , ,

No Comments


Q&A: Software Testing or Database Admin ?

Question by Nicky: Software Testing or Database Admin ?
I am an MCA and have 4 yrs of experience in BPO and KPO (non-voice). I want to switch my career to some technical field. Primarily thinking of Software Testing or Database admin.

Please let me know which one is the best paid and interesting. OR should i continue in the same field (KPO).

[Please dontreply as "depends on ur interest".]. It can make or break my life.

Best answer:

Answer by Mr. X
Database Admin

Give your answer to this question below!

Tags: , , ,

No Comments


Associates in computer science/certificate in database management?

Question by Ben: Associates in computer science/certificate in database management?
Associates in computer science/certificate in database management?
I have an associates degree in computer science and a certificate in database and was wondering if with that it’s possible to land a job in:
A. the USA
B. France(thats where i was born and would like to go back to it if i can land a job with my degree and other skills)
C. Australia.

How hard is it to land your foot in the door? All the jobs i see require like a billion years of experience in whatever fields which seems like i just can’t find a job. Since this would be the first job that im looking for thats related to my field im not looking for a job that pays a billion dollars for a company like microsoft, just one thats pays the bills and will get my experience down.

I just really need some guidance on where to start

Best answer:

Answer by Brett C
In the USA, an Associate’s Degree won’t carry much weight by itself and few managers will really know what a certificate in database management means. You may have trouble getting past the HR department of all but the smallest employers because many jobs will require a Bachelor’s Degree.

The good news is that in IT more than in any other field, we value people for what they know and what they can do much more than what their pedigree is. Your challenge will be to demonstrate what you can actually do. Good DBA’s are very valuable and hard to come by. Whatever you can do to gain some experience working with non-trivial database administration tasks will be helpful so you can try to include that experience in a cover letter and display it PROMINENTLY in your resume.

One possibility might be to get involved in an open source project or two and volunteer to handle the database portion of the project. This could be especially interesting to IT shops that preferentially use open source software. Alternately, you could write your own application. Even if it’s a dumb little app, there’s no limit to the customizable end user preferences and slice-and-dice reporting options you can build which display your DBA skills. At least it’s something tangible that shows you can create something that works.

Another possibility, and one I think would be especially cool, would be to get involved in MySQL. I don’t know if just anyone can contribute to the base product anymore but they do still have Guilds and a support community. What if you could say on your resume that you are on the Top 100 MySQL support experts in the world? I have one of the top 3 contributors to one of EMC’s storage products working in my storage team. Do you think I’m going to let him get away anytime soon? No Way! All you need to do is invest your time and energy.

Remember, from an employer’s perspective a hiring mistake is huge because a bad employee is a giant pain to deal with and it’s expensive to replace him/her. The more you can do to demonstrate actual skills and experience, the less of a risk you are. Heck, if you have some time and money, consider contacting 20 companies in your area and offering to do a free 3 month project for them. 19 will turn you down but you only need one… Read Seth Godin’s blog for more on this internship approach.

Add your own answer in the comments!

Tags: , , , ,

No Comments


How much bandwidth does transactional database replication consume?

Question by nickelRev: How much bandwidth does transactional database replication consume?
My company uses a really bad POS system with about 150 clients. The POS software is garbage. Each of the cash registers has a SQL Server on it, and each connects to the central database server. The clients check for replication about once every 5 minutes. They are constantly replicating day and night, and on top of this each one has a service on it that pings the database server continuously. (When pinging stops the server assumes a problem.)

If all of this is done on a 100 Mb infrastructure, is all this activity going to saturate the line to the server? (These things are all continuously 24/7/365 replicating and pinging.)

Best answer:

Answer by gopatriots!!
probably around 2 billion zillion

Give your answer to this question below!

Tags: , , , , ,

No Comments


What is the best free Contact Database program? My Excel file is messy and annoying. Thanks?

Question by James: What is the best free Contact Database program? My Excel file is messy and annoying. Thanks?
Anybody know of a good free contact database program? My excel file is messy and annoying, adding things is a pain in the arse.

I worked for a company once, and they had access (I think) and when you wanted to make a new contact it came up with address/ name/ company/ email/mobile number etc. It was all really nicely laid out and easy to copy and past into the separate fields. i have access, but can’t find anything that looks remotely like that.

Any help much appreciated.

Best answer:

Answer by Cozmosis
Have you tried the contact manager in Outlook? It’s very basic but its a start. If you already have Outlook, it’s free.

Add your own answer in the comments!

Tags: , , , , , , , , ,

1 Comment


Posting data from a MySQL database into a form with PHP?

Question by Pure Kenergy: Posting data from a MySQL database into a form with PHP?
I am working on a client’s website that has forms for their customers. I have a login section already created, and a MySQL database will store all the client information. The login is set up to automatically redirect the user to a certain page based on their login, so in this case it will only show their forms. What I want to do is have their data such as business name, name, address, phone, etc. auto-fill into the appropriate fields so all they have to do is enter what they are writing about. Sort of to give the feel of it being customized just for the client. So when they open a form all the information about them is already in the fields (i.e. the business name field will already have their company’s name in the field). Then when they enter what they are writing about they hit submit and it goes through email (which is also already done).

Can someone direct me or tell me how you code with PHP to pull records from the MySQL database from just the specific client’s information to fill in the form fields I want filled in with the appropriate info? I see all kinds of web pages related to posting data to MySQL from a form, which I know how to do. The retrieval is what I am having issue with.

Any help would be greatly appreciated, and best answer will get 10+ points. If you need further clarification on what exactly I’m trying to do let me know.

Best answer:

Answer by Andrew A
pretty extensive question, i would recommend bookmarking phpbuilders.com their forums is where I taught myself php from scratch.

first you have to call up the mysql db:
$ link = mysql_connect (“server address”, ‘username’, ‘password’) or die (“Could not connect”);
}
mysql_select_db(‘database name’);

then you get your record:

$ result = mysql_query(“select * from tablename WHERE unique_id=’whatever’”);
$ row = mysql_fetch_object($ result);

then in your form you just put the value into it:

Name:

Tags: , , , , , ,

2 Comments


Q&A: I am looking to create a database without learning code, Is the software at Dbqwiksite.com safe or trusted?

Question by Jason 0047: I am looking to create a database without learning code, Is the software at Dbqwiksite.com safe or trusted?
I am looking to create a database without having to go thru the long and lengthy process of having to learn all the code myself. I only ran into one software company that looks like it can accomplish my goals. However, I have serious reservations about their business dealings with customers here in the United States. I was wondering if they were legit. And if they are not a trusted site, is there another database creation software program that is similar to this one or better to help in creating a database easily for a website (for dating, e-cards, or social networking)?

Best answer:

Answer by R.I.P
http://www.mywot.com/en/scorecard/Dbqwiksite.com

Add your own answer in the comments!

Tags: , , , , , , , , ,

No Comments


Q&A: Training Feedback forms to access database?

Question by sami: Training Feedback forms to access database?
In our company we have IT Training Center, we want after the trainig, the trainess to fill a survey form on their PCs, then collect the data. We thought of having an access database to collect the data for later analysis. But what do you think is the best way to have the clients use to fill the forms that should be connected the database?
I thought about InfoPath…but it will be costly to intall on the training PCs, the same thing it will be costly to install Access to all traininig PCs. I thought maybe some webform (html) might be the solution? what do you think? incase we use webforms how can these forms be connected to our access database? Any ideas for the best practices to do this whole survey thing is welcome.

Best answer:

Answer by subexpression
Hi sami,

I would do the following:
Create a database for form values
Create a PHP form
Create a PHP “process” page for inserting values into the database
Create a PHP “success” page after form submission
Create a PHP admin page for viewing survey results in a table

If you would like code suggestions on how to go about this project, contact me and I can help you out.

Best regards,

subexpression

Know better? Leave your own answer in the comments!

Tags: , , , ,

No Comments


Using EXCEL 2002 with a Database?

Question by Dave: Using EXCEL 2002 with a Database?
Is there a way to set up Excel so I can sync contact fields with a database e.g., I use ACT! 2009. For example, I might have 10 contacts on a given page top to bottom. Left to right, my columns might be Name, Title, Company, Email address, Tel., Notes, etc. I have the same title fields in ACT! I just find it easier for each group I am working with to just populate the Excel Sheet- this way, they are all in front of me and I don’t have to click on a thousand screens to input the data. Once I have “filled out” my excel sheet, is there anyway to map those fields so I can click and upload that data to the same fields in a database- ACT! would be great or I could buy another one. I like the relational nature of a database and I can add more notes and keep track of actions better but time is money I can work faster inputting and keeping track of a specific group of contacts in a dedicated Excel worksheet. I have EGRABBER which allows me to highlight text (e.g., Email signatures) and with one click import that data to Act! Maybe this could be used?

Best answer:

Answer by Colanth
Write VBA code, using ADO.

Know better? Leave your own answer in the comments!

Tags: , , ,

1 Comment



SetPageWidth