Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Resolving physical dataguard lag online using duplicate database

Purpose :- To overcome physical standby lag online using duplicate from active database. The standby lag is huge, “incremental from scn” backup size if huge & taking long time There is no enough disk space on the Primary/standby to accommodate t

Resolving physical dataguard lag online using duplicate database

Purpose -- To overcome physical standby lag online using duplicate from active database. The standby lag is huge, “incremental from scn” backup size if huge & taking long time There is no enough disk space on the Primary/standby to a

How to insert record in Symfony

Hello Friends, If you are new in symfony and want to insert a new record in the database, please review the below example ::  1) Please open your controller file. 2) Add database entity in the top of your controller like this use PersonalIn

Node.js with Mongoose

Mongoose is similar to ORM( Object relational mapper) in many other languages. It is a node.js package that provides mongoDB object mapping. So basically mongoose converts the data in the database to the javascript objects that can be used in our app

How to save and get image from parse database in iOS app

To save image or video into parse database, parse has provided a class PFFile. It can also be used to save documents, music files or any binary data file (upto 10 megabytes only). To save image first convert image to NSData, assign it to PFFile obje

Database Auto Backup System in OpenERP/Odoo

Step-1 Go to menu settings->Configuration-> Configuration backup   Step-2 In OpenERP/Odoo Database to enable Auto-Backup system you have to first enable the user to make configurations for the automatic backup of the database in Odoo S

Where should we use IEnumerable vs IQueryable in LINQ

Both IEnumerable and IQueryable are used for data manipulation in LINQ. As IQueryable interface derived from IEnumerable interface so that whatever IEnumerable can do, IQueryable can also do.   IQueryable interface is used where collection is

Database creation using PostgreSQL

Database creation using PostgreSQL To start work with postgres, you need to install Postgres. To download PostgreSQL 9.1, go through below link: Download To check that you are able to access psql, open cmd and fire command psql. If you are getting

ETL TESTING

We all know that systems are moving from legacy to new technology, and ETL is one of the common technique used to help this transformation. we can consolidate the scattered data for any organization while working with different data format and source

How to Insert Data Contained in Entry Widgets on a GUI Correctly into SQL DB Created in Python?

In the code below the str entry widgets that I use the get method to retrieve data from, have been created earlier in the code.   I have tried the following ways to solve the problem: turning the list into a tuple using a list literal ins

1 41 161
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: