
Search In
login as dba
SYNTAX-- imp userid/password@database_name file='path of dmp file' full=y
e.g- imp system/manager@orcl file='c:\dabasefile.dmp' full=y
how can I use php to display question stored in mysql database and choose the right answer for it and give grade if the answer is right and store it back in mysql database (sorry I don't speak English very well )
Hello,
I'm trying to load the image from the database only by its name. I tried to pass the directory folder and the image name but it didnt work. Im new at zend.
Thankz!
In this blog we will be integrating Google Plus OAuth Login functionality using Cakephp. So, let's start with the first foremost step, i.e, creating the Google Apps to get the Google OAuth Client Id and Client Secret Key.
Step 1: Create
Hi Friends! I hope you'll be waiting for the next part of my previous CRUD article. So let's go for it.
We'll perform the rest of the actions in following sequence.
1-Details
2-Edit/Update
3-Delete
Before moving to any method ,we need to define a m
TRIGGERS IN MS-SQL
Triggers are special kind of stored procedures that triggers automatically when an event occur. Triggers are written to fire when a specific event on table occurs. Following are the events that may force trigger-:
1) DML operatio
Hibernate with multiple databases/session factory :
To use Hibernate to support many databases, We have to follow following steps.
1 - We have to create multiple SessionFactory/cfg.xml files for each Database we want to use/connect.
2 - At time o
To install the ODBC driver and then connect that to your Database follow the below steps:
1- To install ODBC run the below command from terminal
sudo apt-get install unixodbc-dev unixodbc-bin unixodbc
2- To install ODBC driver run the below comma
Many times the large size of transaction log file (.ldf) in Microsoft SQL is too big which leads to performance issues and loss of valuable disk space.Therefore it's imperative to periodically do database maintenance.
In order to clear or shrink


A most important part of developing an application which when pushed to any public source code repository is that sensitive data should not be stored within source code as other users may develop crawlers in order to find passwords, usernames and oth
