I am confused for my project to deploy it on the server. Should I use two server (one server for application code and another server is for database) or ONLY single server for both i.e. application and database? So that the performance may be fast.
Please suggest which is the best option and why???
Thanks in advance
I have an asp.net 4.o application running on window server 2008 and a oracle 11G database server running on linux.
There is two database server with same virtual ip.
Recently some how one database server went down and another database server starting working.
Every thing went perfectly on database server site with small problem of oracle listener
But on my application server memory start increasi
I need to securely encrypt data in my database so that if the database is dumped, hackers are unable to decrypt the data.
I'm planning on creating a simple key server on a different machine, and allowing the DB server access to it (restricted by IP address on the key server to permit the DB server).
I have a SQL Express 2008 R2 server running on a server in an internal lan network. A few databases are used by some third party software to store data. A SQL-Server user is used by this application to connect to the database.
Now I need to access this database using a local installation of the software from an external pc.
I have a database server in local. (it means running when I type 192.168.1.1, not upload this database onto web) and I want my android device connects to this database server to get data.
My android device and database server is same on wifi network. So how can my android device can connect to this computer so can get data from database server, please teach me.
thanks :)
I have a setup like this:
A website, with a database. This database houses accounts and all details. Password hashes/salts/join dates/etc. What I want to do is to be able to use this same database for our game database. The game will be on servers in the United States while the web server and web server database is in the Netherlands.
Is it safe to optimize a SQL Server 2005 SAP R/3 database using Database Tuning Advisor raccomandatations? We are experiencing very low performance on a dedicated SAP database because of intense read operations ad the db and DTA suggest to create about 25 indexes and 100 stats.
I have an Oracle Database at a remote server. I have created a SSH tunnel (using putty) to that remote database server and I am able to access that database server using 127.0.0.1:1521.
I am creating a web application and to test it I execute it at: localhost:8080/WebApplication.
However, every time, I create the putty session, I am unable to access my web application.
We are trying to develop back end for an android application. We realise that we have to develop a http client , database management system and a web server . Our options for the web server are PHP, python and ruby on rails . Our options for the dbms are Raik , MySQL , postgre sql .
We are trying to handle specific data for each user of our app. The database has to be scalable (flexible) .