database stress test - datagenerator problem with import data from oracle

Hi all

Today, I'm doing a stress test on my new server. Someone from this forum told me that there is a nice software for it:

http://www.dominicgiles.com

I have a problem with Datagenerator. I can't fill my user directly in the database. DataGenerator always has an exception. What ever...

I tried to generate data on hard drive. It seems to go well. In the file data, I found a large number of files:

*.dat
*. CTL
*. SQL

N, anyone know how I can import only the files of user oracle?


see you soon

Dlugasx

I do the table drop in the first place, I think it's to be sure, there are no objects before loading.

Nicolas.

Tags: Database

Similar Questions

  • I just looked at problems with importing files from nikon D810 in LR 5.7 it pop a window saying it can't read the files to work on an imac 27 "yosemite on my mac pro running after several times he finally managed to read files and import them into LR

    I just looked at problems with importing files from nikon D810 in LR 5.7 it pop a window saying it can't read the files to work on an imac 27 "yosemite on my mac pro running after several times he finally managed to read files and import them into LR, I never had this problem before there was a sort of update that could from cause?

    What is the destination folder that the date be underneath?  In the top right it says users who suggests, you try to put the photos on top of your username instead of under your username.  Maybe that's the problem.  So change your folder in the drop-down list at the bottom right of what it should be rather than users, and if you're going to show us the destination of your photos at least scroll through the list of folders down right so that we can see which is the white highlight.

    Here is how mine looks like if I want to put my photos imported under my subfolder users - Steve - photos by date:

  • I have a problem with importing photos from iphone to photo

    I have a problem with importing the photos from the iphone to the photos. I have the OS X El Capitan 10.11.1

    It seemed to me that I can't push the button import. It is grayed out.

    Your picture-click the camera icon to add a picture

    How the phone is connected?

    LN

  • Problem with export data from an application and importing data into another application

    Hello

    I need to give a stream to an application (target) of one of the other application (source) of data. So what I did is I exported the data necessary for the application target using the DATAEXPORT function in text files and you now want to import data in text files in the application of the source using rules files.

    I'm trying to create files for each exported text file separate compilation, but I'm not able to do this successfully.
    I traced all members of the source to the target application, but still there is something wrong is going on is to not let the successful import or do not allow that data to go to the right places.

    There all the specifications, while using this function DATAEXPORT as format or the kind of DATAEXPORTOPTIONS that I use to make it work?

    Here is the first part of my script to calc. For all other data I wanted to export that I wrote similar statements by simply setting on individual members.

    SET DATAEXPORTOPTIONS
    {
    DATAEXPORTLEVEL ALL;
    DATAEXPORTCOLFORMAT ON;
    DATAEXPORTOVERWRITEFILE ON;
    };

    DIFFICULTY ("ST", "BV", "SSV", "ASV", "ESV", "W", "HSP_InputValue", "SÜSS", "TBSD", "ABU", "AC", "LB", "LT", "VAP", "Real", "FY11", @REMOVE (@LEVMBRS (period, 0), @LIST (BegBalance)));
    DATAEXPORT 'File' ',' '...\export Files\D3.txt ';
    ENDFIX;


    Please let me know your opinion on this. I really need help with that.
    ~ Hervé

    So, you have 12 periods through the columns of the export data?

    If so, you must assign each column of data at a time. The data column property is used only when you have completely defined the dimensions either through other fields or other areas and the header and the left point only possible is data. This does not work when you have several columns of data that you find, just so assign the right period; doing this means there is no column of data .

    Kind regards

    Cameron Lackpour

  • Problem with the connection from Oracle to MS Excel - 64 bit

    Hello

    I have problem connecting Excel to oracle 11.2 using DG4ODBC.

    OS - Windows 7 64 bit

    Database version: - Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64 bit

    Created system using ODBC DSN:

    Name of Data Source = test12

    Oracle home path:-D:\app\11g64db\product\11.2.0\dbhome_1

    Contents of the initdg4odbc.ora file:

    # This is an example of initialization file of the agent that contains the HS settings

    # necessary for the database to ODBC gateway

    #

    # HS init parameters

    #

    Test12 = HS_FDS_CONNECT_INFO

    HS_FDS_TRACE_LEVEL = 255

    #

    # Required for the non-Oracle system environment variables

    #

    #set < varenv > = < value >

    Content of listener.ora:

    listener.ora # Network Configuration file: D:\app\11g64db\product\11.2.0\dbhome_1\NETWORK\ADMIN\listener.ora

    # Generated by Oracle configuration tools.

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (GLOBAL_DBNAME = live)

    (ORACLE_HOME = D:\app\11g64db\product\11.2.0\dbhome_1)

    (SID_NAME = live)

    )

    (SID_DESC =

    (PROGRAM = dg4odbc)

    (SID_NAME = dg4odbc)

    (ORACLE_HOME = D:\app\11g64db\product\11.2.0\dbhome_1)

    )

    )

    LISTENER =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))

    )

    ADR_BASE_LISTENER = D:\app\11g64db

    Content of tnsnames.ora:

    tnsnames.ora # Network Configuration file: D:\app\11g64db\product\11.2.0\dbhome_1\network\admin\tnsnames.ora

    # Generated by Oracle configuration tools.

    excel_test =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = tcp)(HOST=localhost) (PORT = 1521))

    (CONNECT_DATA = (SID = dg4odbc))

    (HS = OK)

    )

    SCREW =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = live)

    )

    )

    Status of the listener

    LSNRCTL for 64-bit Windows: Version 11.2.0.4.0 - Production on August 29, 2014 13:56

    : 11

    Copyright (c) 1991, 2013, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=localhost) (PORT = 1521)))

    STATUS of the LISTENER

    ------------------------

    Alias LISTENER

    TNSLSNR for Windows 64-bit version: Version 11.2.0.4.0 - Prod

    ction

    Start date August 29, 2014 13:34:58

    Uptime 0 days 0 h 21 min 12 sec

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Listener parameter File D:\app\11g64db\product\11.2.0\dbhome_1\network\admin\l

    istener.ora

    Listener log file D:\app\11g64db\diag\tnslsnr\Est-Subramanya\listener\al

    ert\log. XML

    Summary of endpoints listening...

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=127.0.0.1) (PORT = 1521)))

    Summary of services...

    Service "dg4odbc" has 1 instance (s).

    "Dg4odbc" instance, status UNKNOWN, has 1 operation for this service...

    Service 'live' has 2 occurrences.

    Instance of "live" status UNKNOWN, has 1 operation for this service...

    Instance of "live" READY State, has 1 operation for this service...

    Service 'visXDB' has 1 instance (s).

    Instance of "live" READY State, has 1 operation for this service...

    The command completed successfully

    DB Link:

    CREATE DATABASE LINK PUBLIC TEST123 USING 'excel_test ';

    error when querying of data:

    Select * from test@test123;

    ORA-28500: connection between ORACLE and a non-Oracle system has sent this message:

    ORA-02063: preceding line TEST123

    28500 00000 - "connection between ORACLE and a non-Oracle system has sent this message:

    * Cause: The cause is explained in the forwarded message.

    * Action: See documentation for the non-Oracle of the transmission system

    Message.

    Error on line: 1 column: 20

    Appreciate the help in advance...

    Thank you...

    This problem is solved. It was because of the excel 12.0 version when creating data source in administrative tools.

    Thank you.

  • Problem with Import Data Dictionary


    Hello

    I try just SQL Data Modeler and am quite impressed with it so far... BUT... I have a problem that I seem not to be able to move.

    I try to import a dictionary of data to an Oracle database. I set up the connection and that seems to work ok and log in as the owner of the schema that I'm interested in reverse engineering. However, when I go through the wizard to the point where I should be able to select the objects to import I see tables or views (NB I login as the owner of these objects - I checked in dba_tables). I can see synonyms, users, roles, and different areas of tables - just no tables or views.

    I noticed that other people have posted similar problems before, but it never seems to be a response posted - apologies if I missed the.

    I would be very grateful for any help, if I can't solve this I fear that we will have to stay with data another tool that is more expensive and does not support the Barker Notation (which I love) modeling.

    Kind regards

    John Quick

    You can try to cheat Data Modeler - create synonym named dba_users and singled out the object that do not exist:

    create the synonym for dba_users dba_users_s;

    It works for me.

    Philippe

  • Video quality problems with imported files from Canon HF G10

    Hello

    I've been with CS4 edition for several years, but I am relatively new to the Canon HF G10 and AVCHD files.  I've shot several scenes with my camera set to FXP (1920 X 1080) recording mode and rate of 24 p.  According to the manual, "using this rate will reach the same film appearance as pf24 the difference being that the video is saved as true 24 p."  I've set up a project with a preset for AVCHD 1080 p 24.  The clips look terrible when I play.  A lot of jump, random pixelation and fuziness (it almost looks amore) around the edges.  The clips that show all that 29.97 even if the sequence shows like 23.97.  I read a lot of cameras wraps a 24 p in a container of 60 fps, so I thought that this could be the problem. So, out of curiosity, I did a test and shot a few videos with cadence PF30 value. According to the manual, it is taken to 60i.  I imported the video into a project with preset AVCHD 1080 p 30 and the clip looks the same.  I have viewd the clips using Windows Media Player and they look good, so I think that the problem is not the lack of power on my computer.  For more information, it is my configuration:

    Name of the operating system Microsoft Windows 7 Ultimate

    Version 6.1.7601 Service Pack 1 Build 7601

    System manufacturer Gigabyte Technology Co., Ltd.

    P55A-UD4P system model

    System Type x 64-based PC

    Processor Intel (r) Core i7 860 to 2.80 GHz, 2794 Mhz, 4 Lossnay, 8 logical processors

    F6 BIOS Version/Date award Software International, Inc., 03/12/2009

    Physical memory (RAM) installed 8.00 GB

    Adapter Description NVIDIA GeForce GTX 285

    Adapter RAM 1.00 GB

    I'm under CS4.2.1.

    Of suggestions as to parameters or settings I can use to make the read as well in PP when video on the camera would really be appreciated.

    Thanks in advance,

    Bill

    I found a solution that works for me, and since there is no other suggestion, I'll pass it along in case others are having this same problem.  What I ended up doing is install CineForm and use it to convert AVCHD to HD.  It handles 24 p inside a container 60i problem and converted files, when they are imported into PP CS4, perfect appearance.  The only downside is that CineForm is not freeware, but the price was worth more than the aggrevation that it eliminated.

    Bill

  • Problems with the date in the procedure on Oracle 11 g

    Hi gurus,

    I have some problems with the date under Oracle 11 g format.

    Let me explain the situation:

    When I start such a request
    Select to_number (to_char (to_date('01.04.2009','dd.mm.yyyy'), 'yyyy'))
    of sys.dual

    I had as a result 2009 under the number.

    When I do the same thing in a procedure of a package like this

    my_year: = to_number (to_char (to_date('01.04.2009','dd.mm.yyyy'), 'yyyy'));

    the my_year variable contains the value 9 instead of 2009.

    Can someone explain to me what goes wrong?

    I just tested with the evolution of the variable nls_date_format of environment for the session and the database is complete without success.

    Kind regards
    Björn

    Yes, it has everything to do with your environment settings.

    SQL> set serveroutput on;
    SQL>
    SQL> declare
      2    my_date date;
      3    my_zeitstempel varchar2(32767);
      4    my_tageswechsel float;
      5  begin
      6    my_zeitstempel := '01.03.1998 07:00';
      7    my_tageswechsel := .25;
      8    my_date := to_date (substr (my_zeitstempel, 1, 10), 'dd.mm.yyyy') + my_tageswechsel +1/24;
      9    dbms_output.put_line( my_date);
     10  end;
     11  /
    01-MAR-98
    
    PL/SQL procedure successfully completed.
    
    SQL> alter session set nls_date_format = 'dd.mm.yyyy hh24:mi:ss'
      2  /
    
    Session altered.
    
    SQL> declare
      2    my_date date;
      3    my_zeitstempel varchar2(32767);
      4    my_tageswechsel float;
      5  begin
      6    my_zeitstempel := '01.03.1998 07:00';
      7    my_tageswechsel := .25;
      8    my_date := to_date (substr (my_zeitstempel, 1, 10), 'dd.mm.yyyy') + my_tageswechsel +1/24;
      9    dbms_output.put_line( my_date);
     10  end;
     11  /
    01.03.1998 07:00:00
    
    PL/SQL procedure successfully completed.
    
  • Problem with Capture Date &amp; time change

    I just became aware of a problem with the Date of Capture use to is very strange. Initially, a brief explanation of the import workflow I'm used with jpeg image 6 iPhone since Lightroom Mobile was presented. The images appear in the section of times iPhone app Photo, and from there I transfer to a collection in Lightroom Mobile. Once the collection syncs to Lightroom on my Mac (running latest El Capitan), they sort by capture time and I make choices and rename images. I have a naming preset that adds automatically the date to all the images. Recently, I noticed that some of these images, but not all, have been appointed with the wrong date. I had traveled without my computer - only my iPad, and it was a month before the images have been synced on my Mac it was very obvious that the dates were incorrect. The problem may have expressed earlier, but if the date was off by a day or two he would not have been as sensitive.

    The problem occurs when I take pictures with the app in time of MomentLens company. I use the application because it is designed to work with instant attachment lenses and the case of the Moment (which makes no difference in time to capture problem).


    Once that the images are added to LR Mobile news for images show good capture date and time. That's when they images sync for LR (latest version) that the problem occurs. And this is not a problem of LR Mobile, such as changes of date and hour occur if images of the iPad are added to LR without using mobile LR (from the iPad to Mac with AirDrop). Looking at the EXIF metadata Panel in LR, images taken with the iPhone camera app show three dates: Date time Original Date time digitized and Date time - all the which three are the same. Show only pictures taken with the application of the time Date time, but it's the same as in the iPhone Photo app and in LR Mobile capture time. However, when I show info on imagine in Lightroom, the time that appears to capture the time is the time that the image has been synchronized (if it came at LR Mobile) or the time that the image has been added to the iPad over wifi. It is also the time that is added to the preselection of naming. Note that if I send a picture directly from the iPhone to the Mac with AirDrop the date and time is correct.

    For the life of me, I can't understand this anomaly. I did thorough Imaging tests, and it happens only with the application of the time - other camera apps do not exhibit this problem. Interestingly, LR recognizes both the time Soft, which is reported under EXIF on the range of software and the lenses of the Moment when it is used with the iPhone the Moment case.

    If anyone has any ideas I'd be pleased to entrance. Thank you

    The link to the file is Dropbox - Photo of the Moment

    I have just confirmed with Exiftool that the sample file does not EXIF:DateTimeOriginal, although it does not contain EXIF:DateTime.

    You can send the following to the current time, the EXIF 2.3 specification:

  • problem of import data

    Hello

    I export data from oracle 10g database I used below command

    expdp version of name of user and password = last directory = data_pump_dir dumpfile = expdata.dmp full = Y;

    data export successfully, but when I import it into Oracle 11 g gives errors. control of import and error like below,

    Impdp directory with name of user and password is data_pump_dir dumpfile = expdata.dmp;.

    Connected to: Oracle Database 11 g Release 11.2.0.1.0 - 64 bit
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-31640: could not open the dump file "D:\Dmp\EXPDATA.dmp"; fo
    ORA-27041: could not open the file
    04002 - OSD: could not open the file
    S/O-error: (OS 2) the system cannot find the file specified.


    How to avoid this problem,

    Kind regards
    Vaibhav

    Vaibhav says:
    ...
    Impdp directory with name of user and password is data_pump_dir dumpfile = expdata.dmp;.

    Connected to: Oracle Database 11 g Release 11.2.0.1.0 - 64 bit
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-31640: could not open the dump file "D:\Dmp\EXPDATA.dmp"; fo

    Remove the semicolon from the command line and try again, it is not necessary, it's an OS command not a sqlplus.

    Nicolas.

  • Problem with the DATA types, in a UNION

    Hello
    I m trying to disply a custom message when no data found using the structure below. Unfortunately I ve you have a problem with the data types I im trying to union
    I tried different types of data in the 2nd SELECTION tool but the rest of the problem. Help, please.

    SELECT HOSP_NAME 'HOSPITAL' DOC_SUR 'NAME', 'NAME' DOC_NAME, d.DOC_ID ID, diagnosis
    H., DOCTOR d, (SELECT d.DOC_ID, COUNT (d.DIAGN_ID) diagnosis
    OF PATIENT_DIAGNOSIS d
    GROUP BY d.DOC_ID)
    WHERE diagnosis > 1

    UNION ALL

    SELECT TO_CHAR ('test'), TO_CHAR ('test'), TO_CHAR ('test'), TO_CHAR ('test'), 0
    OF THE DOUBLE
    If NOT EXISTS (HOSP_NAME 'HOSPITAL' 'NAME' 'NAME' DOC_NAME DOC_SUR, d.DOC_ID ID, diagnosis
    OF ΝΟΣΟΚΟΜΕΙΟ h, ΙΑΤΡΟΣ d, (SELECT d.DOC_ID, COUNT (d.DIAGN_ID) diagnosis
    OF PATIENT_DIAGNOSIS d
    GROUP BY d.DOC_ID)
    WHERE diagnosis > 1);


    ORA-01790: expression must have same type of data, matching expression
    01790 00000 - "expression must have the same type of data, matching expression.

    DOC_SUR 'NAME' DOC_NAME 'NAME', ID d.DOC_ID, HOSP_NAME "HOSPITAL", diagnosis

    What is the data type for these columns

    To_char('test'), to_char ('test'), to_char ('test'), to_char ('test'), 0

    What you're doing here 'test' is already a character. Why do you use TO_CHAR?

  • Problems with the date and time - have to reset the date & time on reboot

    original title: problems with the date and time

    Whenever I turn on my computer (Windows XP 2002) I click on F2.  Then I re - set the date and time it occurred in January 2006 1 h every time I have turn off the computer.  Can someone tell me what I need to do?

    You need to replace the battery in time clock (RTC) real of your computer.  It can also be called the CMOS or BIOS battery.

    Many computers, this battery is an inexpensive CR2032 button available in almost every pharmacy corner.  There are, however, some computers (especially laptops) that require a different (and probably more expensive) battery.

    Whatever the expense, almost all of these batteries are easy to replace.

    To get help, post back with the brand and model of your computer.

  • Problems with the data connection

    Hello
    I bought a Z3 Compact Xperia on December 10, 2014. I live in Italy and I use Vodafone as my everyday.
    I got a SIM card replacement nano with LtE capabilities just to get the phone in the new fast network. The problem I encounter is that, since on January 13, 2015, I had some problems with the data in mode 3 G connection.
    So far, I used my phone normally, then I tried to send a text message with WhatsApp and phone stuck with the clock icon in the lower corner of the bubble of the message. I thought it was a temporary network problem but I'm not sure about this.
    I live in a small town where the coverage is really good, either in 3G and LTE. I tend to use the 3G because it uses less battery and it does not affect my 4G data plan.
    Th issue, it's that if I do a speedtest when I feel that network glitch I have a ping, but with very good download speeds up to 2000ms.
    The problem is that I believe that this is not a network problem because my mother has a phone HtC One S and runs vodafone without problem even when I'm having the glitch.
    I tried to reset the phone to factory settings, but it did not help.
    In LTE / 4G I do not experience this issue. In fact, I think if there is problem need a phone related software because the antenna works very well.
    If it doesn't I'll try to contact ad Vodsfone then I'll send my phone for the helpdesk if Vodafone tell me that the question is not on their network.

    Thanks in advance for your help.
    Simone

    It's pretty strange, double check the APN settings and contact EE in this regard.

  • Problems with importing video camera mini dv JVC

    I turn on my camera and put it on the playback mode. I have IE 1394 plug in my port on the camera and the pc. I open windows dev and click Import from digital video camera. A noise of error made. A message appears "import video is already launched and running on this computer. You cannot start another instance of import video until the first instance has stopped. To correct this issure, wait for the video to be import, close import video, wait a second w fe then start import video. »
    I'm doing this, but I know that I do not have started to import anything. I can sit there all day and wait and try again and again and the same message appears. I also tried to restart the pc and start the process again. Same thing is happening. I tried on my friends laptop same thing occurs. I recorded it before on a destop with another type of fire wire but my laptop cannot use the 1394 cable.

    I turn on my camera and put it on the playback mode. I have IE 1394 plug in my port on the camera and the pc. I open windows dev and click Import from digital video camera. A noise of error made. A message appears "import video is already launched and running on this computer. You cannot start another instance of import video until the first instance has stopped. To correct this issure, wait for the video to be import, close import video, wait a second w fe then start import video. »
    I'm doing this, but I know that I do not have started to import anything. I can sit there all day and wait and try again and again and the same message appears. I also tried to restart the pc and start the process again. Same thing is happening. I tried on my friends laptop same thing occurs. I recorded it before on a destop with another type of fire wire but my laptop cannot use the 1394 cable.

    ==========================================
    Maybe the following will help:

    Windows Vista-
    Import video from a videotape
    http://Windows.Microsoft.com/en-us/Windows-Vista/import-video-from-a-videotape

    Import video in Windows Vista
    http://maximumpcguides.com/Windows-Vista/import-video-in-Windows-Vista/

    Download video from your camera to your computer
    http://www.Microsoft.com/windowsxp/using/MovieMaker/getstarted/DLmovies.mspx

     
    Windows Vista-
    Importing files into Windows Movie
    Manufacturer: Frequently asked questions

    John Inzer - MS - MVP - Digital Media Experience - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • Problem with field date

    Hello
    I have problems with the dates. I have a datagid which fills the XML values. Some examples of dates in the xml document.
    (1) 2008-08 - 05T 00: 00:00Z
    2) 2008 - 07-22 T 00: 00:00Z
    (3) 2008-08 - 04T 23: 00:00Z
    4) 2008 - 07-11 T 11: 18:20Z

    I have the function that is called when an element is clicked on the data grid. This function is supposed to take the above date and the date of the datefield in a summary Panel. I continued to get xmllist@23232 to date conversion error if I tried to bind the property of selectDate datefield in dataGrid value.

    I've seen examples of datefield defined using a date object. So I stored the date above in a string. Screens of the string data fine only thing is a the componenet (T) of time as well. So I split the string using the string to split the function and the use of "T" as a separator. The problem is the 2nd and 4th dates in the above examples worked well and display perfectly in the datefield.

    The 1st and 3rd dates however wrongly displayed. I've posted the table stored items from split, which found that the date of the first one 2008-08 - 05T 00: 00:00Z rose in 2008-08-06 instead of on 2008-08-05
    and for 2008-08 - 04T 23: 00:00Z rode in on 2008-08-05 instead of 2008-08-04. I checked the string that was storing the data grid data and who has been properly storing the value.

    any suggestions?

    see you soon
    Aerts

    sorted,
    lacked a bit of caffeine. I had another string of storing a value different date and because of my stupidity, I tried to parse this string and get the two different dates.

    see you soon
    Aerts

Maybe you are looking for

  • How to change history?

    I use a lot my browser history to discover sites, I have summer that I want to see again. But it grows terribly along with, for example, dozens of repetitions of Yahoo mail connections and stuff like that. A lot of repetitions. I can edit any entry,

  • my firefox freezes even in safe mode until I have move my pointer

    My firefox crash even in SafeMode when downloding any web site, as soon as I move the pointer, it starts from the bottom load again and stop if I stop moving the pointer, it does not when I use another brouser.I can not install troubleshooting info.

  • Presario V2036AP / PP967PA #UUF: Compaq Presario V2000 laptop / laptop SSD upgrade

    I have a Compaq Presario model No. Laptop computer V2036AP. It's Nr is PP967PA #UUF.   Other details are, Processors:-Intel Centrino RAM:-upgrade to 2 GB (1 GB x 2) OS:-upgrades to Windows 7 Home Edition, Service Pack 1, 32-Bit   The HARD original di

  • Windows 7 update problem. 0 x 80070057

    Recently, I tried to run updates on my PC and it initially had issues where the download would be stuck on 0% and never download anything, if the download would be 100 MB or a 1 bit is important. I ran the update of Windows Diagnostic Toolkit and con

  • Listener orientation

    I'm trying to understand how to write a listener orientation.  The documentation of the api do not have a very concrete example on how to do it.  Basically what I need to do, is change some field images according to what we in orientation.  What is t