Top "Imp" questions

Used for questions relating to the Electric Imp, a programmable Internet of Things eco-system.

Linking error LNK2019 in MSVC, unresolved symbols with __imp__ prefix, but should be from static lib

I'm running into linking problems in MSVC for a project that I wrote for g++. Here's the problem: I build …

visual-c++ cmake dllimport lnk2019 imp
Running Oracle IMP as SYSDBA

I need to import an ORACLE 9 DMP file into a newly installed Oracle 11g. I'm using the imp utility and …

oracle imp sysdba
How Can I import or open a .dmp file?

Update: I tried the impdp command and it's giving me that it cannot create a user. I tried creating the …

oracle impdp imp oracle-dump
Oracle imp and exp commands

Normally when i have to take a backup of of a database on unix, i do, exp DBUSER/DBPSW@INST …

oracle unix sqlplus exp imp
imp module is deprecated in favour of importlib

I'm using pandas in my code and in pandas they use the imp nodule. Now I get the following error/…

python pandas python-importlib imp