Sybase to Oracle Migration

Hello

all documents or information on this topic:

Sybase to Oracle Migration

would be appreciated.

Thank you.

Hello

SQL Develoiper should be your choice.

http://www.Oracle.com/technetwork/database/migration/Sybase-085571.html

Salman

Tags: Database

Similar Questions

  • Sybase 15 Oracle Migration Error

    I worked on our database from Sybase ASE 15 migration to Oracle. I followed all the instructions on the site Web of Oracle using the Migration SQL Developer tool. Once the migration starts, I get this error for any reason that I could not understand. Here's the XML file for my mistake.

    <?xml version="1.0" encoding="windows-1252" standalone="no"?>
    <log>
    <record>
      <date>2014-07-31T12:26:27</date>
      <logger>oracle.dbtools.migration.workbench.core.MigrationLogResourceBundle</logger>
      <level>SEVERE</level>
      <class>oracle.dbtools.migration.workbench.core.logging.MigrationLogUtil</class>
      <message>Capture
    Enterprise Capture
    Capture failed.  Refer to MIGRLOG table in the repository for details</message>
      <param>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doOnlineEnterpriseCapture(FullMigrateTask.java:758)</param>
      <param>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doCapture(FullMigrateTask.java:601)</param>
      <param>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doMaskBasedActions(FullMigrateTask.java:400)</param>
      <param>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doWork(FullMigrateTask.java:314)</param>
      <param>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doWork(FullMigrateTask.java:147)</param>
      <param>oracle.dbtools.raptor.backgroundTask.RaptorTask.call(RaptorTask.java:193)</param>
      <param>java.util.concurrent.FutureTask.run(FutureTask.java:262)</param>
      <param>oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$RaptorFutureTask.run(RaptorTaskManager.java:554)</param>
      <param>java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)</param>
      <param>java.util.concurrent.FutureTask.run(FutureTask.java:262)</param>
      <param>java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)</param>
      <param>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)</param>
      <param>java.lang.Thread.run(Thread.java:745)</param>
      <param>oracle.dbtools.migration.workbench.core.logging.LogInfo@caaa1c7</param>
      <exception>
        <message>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask$FullMigrateTaskException: Capture
    Enterprise Capture
    Capture failed.  Refer to MIGRLOG table in the repository for details</message>
        <frame>
          <class>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask</class>
          <line>758</line>
        </frame>
        <frame>
          <class>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask</class>
          <line>601</line>
        </frame>
        <frame>
          <class>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask</class>
          <line>400</line>
        </frame>
        <frame>
          <class>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask</class>
          <line>314</line>
        </frame>
        <frame>
          <class>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask</class>
          <line>147</line>
        </frame>
        <frame>
          <class>oracle.dbtools.raptor.backgroundTask.RaptorTask</class>
          <line>193</line>
        </frame>
        <frame>
          <class>java.util.concurrent.FutureTask</class>
          <line>262</line>
        </frame>
        <frame>
          <class>oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$RaptorFutureTask</class>
          <line>554</line>
        </frame>
        <frame>
          <class>java.util.concurrent.Executors$RunnableAdapter</class>
          <line>471</line>
        </frame>
        <frame>
          <class>java.util.concurrent.FutureTask</class>
          <line>262</line>
        </frame>
        <frame>
          <class>java.util.concurrent.ThreadPoolExecutor</class>
          <line>1145</line>
        </frame>
        <frame>
          <class>java.util.concurrent.ThreadPoolExecutor$Worker</class>
          <line>615</line>
        </frame>
        <frame>
          <class>java.lang.Thread</class>
          <line>745</line>
        </frame>
      </exception>
    
    
    </record>
    <record>
      <date>2014-07-31T12:26:27</date>
      <logger>oracle.dbtools.migration.workbench.core.MigrationLogResourceBundle</logger>
      <level>WARNING</level>
      <class>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask</class>
      <message>Error:ORA-06550: line 1, column 14:
    PLS-00201: identifier 'SYB12ALLPLATFORM.STAGECAPTURE' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    : FAILED : Database Migration : FAILED</message>
      <param>oracle.dbtools.migration.workbench.core.logging.LogInfo@434de9ab</param>
    
    
    </record>
    </log>
    

    Hello

    My guess is the user you tried to install/partner to the migration repository done don't have the appropriate privileges.

    Best to start over if we can enter the question.

    Start by creating a new user in Oracle for the migration repository. Give the correct privileges

    > Connect to SYS or SYSTEM and run the following commands

    Migrep CREATE a USER identified by migrep;

    GRANT connect, resources, create view, create a view on migrep;

    ALTER USER migrep unlimited quota on USERS;

    Now using SQL Developer, create a connection to the MIGREP and associate the migration repository in this regard.

    Check if migration Repository packages have been created and are compiled valid. Worth the package bodies are valid as well.

    I hope it was just a privilege you were missing.

    Kind regards

    Dermot.

    SQL development team.

  • Sybase to the Migration of Oracle: issues of assignment of object names

    I'm migrating Sybase to Oracle databases. By default, the name of the schema that results is < owner > _ < dbname > (dbo_SALES). To change this, I'm following the example to migrate objects in an existing user, as described here: http://dermotoneill.blogspot.com/2012/03/migrate-to-existing-oracle-users.html

    The name of object change "DATABASE.dbo" to "DATABASE" - and it seems to work very well. The problem I have is that there are many references to the DATABASE... OBJECT that do not include "dbo", the owner of the object. These references seem to be replaced by dbo_DATABASE. Object.

    Is there a way I can add another rule to the object name to catch these references? I am OK the migration offline, but I'd like to avoid performing a find/replace massive.

    Other ideas would be appreciated!
    Kevin

    Hey Kevin,

    I played a bit with a few examples and I was able to reproduce your problem with dbo... conversion of object name.
    Looks like we are trying to guess the name of the target that we did not seize the owners of default database. Speculation works well, unless you specify the name of the target, as in your case.
    Using SQL Developer 3.2.2 there is no solution except the search and replace dbo_databasename in the build script, as you suggest.
    Sick, working on a better solution for the next release, if Developer SQL will guess 'dbo' as the user, then it may as well find the name of the specified target of the dbo instead to assume the default value of naming conversion.
    Thanks for the comments,

    Kind regards
    Dermot.
    SQL development team.

  • How transform the trailing spaces &amp; AREAS of data from sybase to oracle

    Helllo,

    We are the migration of data from sybase to Oracle using goldengate... Source Sybase with SPACES (single / Multiple) as data to CHAR/VARCHAR that will be migrated to the VARCHAR2 data type in Oracle. I'm having trouble trying to implement under two conditions to transform the data

    1) Remove SPACES during the IPL for CHAR/VARCHAR

    example: Data Source: "TRAILING SPACE.

    Given target expected - remove the spaces of trailinging: "TRAILING SPACE.

    2) If the data with SPACES like a value (single or Multiple) will be loaded as a single SPACE in Oracle.

    example : Source data                                                  :  "          "

    Expected data from target - unique space:

    Map: dbo. Target TEST_TABLE DEV01. Table_test, COLMAP (USEDEFAULTS, CRE_ID = @IF (@STRRTRIM (CRE_ID) = @NULL AND CRE_ID <>@NULL, ' ', @STRRTRIM (CRE_ID)));

    I tried above mapping in the settings file, but it returns error like below, guidance on the highest implementation requirement will be useful.

    ... RIM (CRE_ID) = @NULL AND CRE_ID...

    ^

    Error in the COLMAP clause. Invalid function or argument.

    Under column mapping is worked :-)

    Map: dbo. Target TEST_TABLE DEV01. TABLE_TEST, COLMAP (USEDEFAULTS, CRE_ID = @IF (@STRLEN (@STRTRIM (CRE_ID)) = 0, ' ', @STRRTRIM (CRE_ID)));

  • GROUP BY clause diff in Sybase and Oracle

    Hello

    I am migrating from Sybase to Oracle code and came across a strange problem which is widely known to others :)
    In Sybase, you can use columns or calculations in SELECTION expressions that do not appear
    in the GROUP BY clause from the query. As

    SELECT order.custid, customer.name, MAX (payments)
    -> IN the order, customer
    -> WHERE order.custid = customer.custid
    -> GROUP BY order.custid;
    works fine but for SQL, we must add customer.name to the customer of the GROUP BY clause.

    In the same spirit, here is my SQL query

    INSERT INTO GTT_CTRT_recalc_proc
    (id_fin_rec,
    id_imnt,
    id_instr_opn,
    dt_instr_opn,
    dt_opn,
    dt_cls_loanet,
    dt_prcss,
    am_invst)
    SELECT t1.id_fin_rec,
    T1.id_imnt,
    T1.id_instr_opn,
    T1.dt_instr_opn,
    T1.dt_opn,
    NVL (t1.dt_cls_loanet, l_dt_to),
    T1.dt_prcss,
    Sum (T2.am_invst) + (0.123 * (1 - abs (sign (0 - SUM (t2.am_invst)))))
    OF GTT_CTRT_TEMP_recalc_process t1, GTT_CTRT_TEMP_recalc_process t2
    WHERE t2.id < = t1.id
    AND t2.id_imnt = t1.id_imnt
    AND t2.id_instr_opn = t1.id_instr_opn
    AND t2.dt_instr_opn = t1.dt_instr_opn
    T1.id_imnt GROUP,
    T1.id_instr_opn,
    T1.dt_instr_opn,
    T1.dt_opn,
    T1.dt_cls_loanet,
    T1.dt_prcss;

    Has no t1.id_fin_rec in GROUP BY it fails in SQL.

    I know that if I add this column in GROUP BY, it will work fine, but told me to keep the feature because it is as the result before and after the addition of the column is different, of course.

    If please guide me what we can do in this situation and should work around that?

    Thank you
    Aashish

    Use the PARTITION MORE rtaher than GROUP BY

    INSERT INTO GTT_CTRT_recalc_proc
                (id_fin_rec, id_imnt, id_instr_opn, dt_instr_opn, dt_opn, dt_cls_loanet, dt_prcss, am_invst)
    SELECT t1.id_fin_rec, t1.id_imnt, t1.id_instr_opn, t1.dt_instr_opn, t1.dt_opn, NVL(t1.dt_cls_loanet, l_dt_to),
           t1.dt_prcss,
             SUM(t2.am_invst) OVER(PARTITION BY t1.id_imnt, t1.id_instr_opn, t1.dt_instr_opn, t1.dt_opn, t1.dt_cls_loanet, t1.dt_prcss)
           + (0.123 * (1 - ABS(SIGN(
                          0 - SUM(t2.am_invst) OVER(PARTITION BY t1.id_imnt, t1.id_instr_opn, t1.dt_instr_opn, t1.dt_opn, t1.dt_cls_loanet, t1.dt_prcss)))))
      FROM GTT_CTRT_TEMP_recalc_process t1, GTT_CTRT_TEMP_recalc_process t2
     WHERE t2.ID <= t1.ID
       AND t2.id_imnt = t1.id_imnt
       AND t2.id_instr_opn = t1.id_instr_opn
       AND t2.dt_instr_opn = t1.dt_instr_opn
    
  • VCenter DB from SQL 2005 to Oracle Migration

    Hi all

    I am a student if the vCenter DB to SQL 2005 Standard to Oracle migration is possible.

    I already read a lot of documentation and found no clue on that goal.

    Anyone done any? Is it possible and functional?

    Thanks in advance.

    Hello

    There is a thread on the homepage with the same question.

    http://communities.VMware.com/thread/308260?TSTART=0

    So yes it is possible.  But I recommend cool vCenter from a facility.  Either by moving your hosts on manually recreate your pools of files/resources etc, either using a script PowerCLI.  This way you will not end up with a bribery scheme.

  • Datepart (sybase) for oracle conversion

    Hello

    I have problem conversion "datepart' from sybase to oracle.
    Select datepart (dw, getdate ()).
    Could you please help me with this.
    Thank you!

    You can use EXTRACT or TO_CHAR, a few examples below:

    SQL> select extract(year from sysdate), extract(month from sysdate), extract(day from sysdate)
      2  from dual
      3  /
    
    EXTRACT(YEARFROMSYSDATE) EXTRACT(MONTHFROMSYSDATE) EXTRACT(DAYFROMSYSDATE)
    ------------------------ ------------------------- -----------------------
                        2009                         9                       9
    
    SQL> select to_char(sysdate, 'yyyy')
      2  from dual
      3  /
    
    TO_C
    ----
    2009
    
    SQL> select to_char(sysdate, 'dw')
      2  from dual
      3  /
    
    TO
    --
    42
    

    With greetings
    Krystian Zieja
    [Project Envision | http://www.projectenvision.com]

  • Oracle Migration Workbench error

    I am migrating and to access the Oracle (version 10.2.0.3) with Oracle Migration Workbench 2000 database.
    Migration Workbench generated the file < AccessDB_Name > .sql.
    When I run the file on the Oracle database under the pre-created Oracle account I get the following error:


    SQL > show user
    The USER is 'SCO_RECCLUB '.
    SQL > SQL REM This script was generated by the Oracle Migration Workbench
    SQL > REM exporter for Microsoft Access on 2008-10-22 10:27:03
    SQL > REM release: 10.2.0.2.0
    SQL > REM Version: Microsoft Access 2000
    SQL > REM not change this file as any changes will invalidate the export
    SQL > REM and later migration of your Microsoft Access database
    SQL >
    SQL > set define off
    SQL > set verify off
    SQL > set serveroutput size 1000000
    SQL > set off comments
    SQL > WHEN SQLERROR EXIT SQL. SQLCODE ROLLBACK
    SQL >
    SQL > start
    2
    WWV_MIG_ACC_LOAD 3. () INS_WWV_MIG_ACCESS
    p_dbid 4 = > 1,
    5 p_dbname = > "rclub_be"
    "6 p_dbsize = > ' 2338 KB."
    7 p_dbpathname = > 'C:\Rec C DB\rclub_be.mdb.
    8 p_dbuser = > "rclub_be"
    9 p_dbpassword = > ' ',
    10 p_isappdb = > 1,
    11 p_isattacheddb = > 0,
    p_convertdb 12 = > 1,
    p_jetversion 13 = > 4.0,
    14 p_accessversion = > 'MS Access 2000',
    15 p_build = > 211,
    p_collatingorder 16 = > 1033,
    p_querytimeout 17 = > 60,
    p_startupform 18 = > NULL,
    19 p_startupshowstatusbar = 0 >
    (20);
    21
    22 end;
    23.
    Start
    *
    ERROR on line 1:
    ORA-02291: integrity (FLOWS_030100.WWV_MIG_ACC_FK) violated constraint - found parent key
    ORA-06512: at "FLOWS_030100.WWV_MIG_ACC_LOAD", line 120
    ORA-06512: at line 3 level


    Disconnected from the database to Oracle 10 g Enterprise Edition Release 10.2.0.3.0 - 64 bit Production
    With partitioning, OLAP and Data Mining options

    I don't know how to proceed with migration or if it is even possible at this stage. Any help or an explanation of the above error message would be very appreciated.

    Thank you for your help

    Paul

    Hi Paul,.

    The file .sql you sponsor, which is generated by the tool export to MS Access, is required for the migration of your Access to Oracle Application Express application. The exporter tool can generate two files:

    * an XML file containing the schema of your database MS Access database information. This file is required by Oracle SQL Developer Migration Workbench to migrate your Access database to Oracle.
    * a SQL script that contains the application for your MS Access application information. This file is used only by the application "Application migration" in Oracle Application Express 3.0 or later versions.

    I would recommend that you do the following:

    1. run the exporter tool again and make sure that you select the option "export for Oracle SQL Developer. This option causes the generation of an XML file, .xml.
    2. run Oracle SQL Developer and create a repository of Migration
    3. with the help of Migration > Capture Microsoft Access exported XML menu option, download the XML file generated in step 1. This will generate a model of capture of the Access database.
    4. create a model of the Oracle, by right-clicking the captured model.
    5 generate the DDL statements to create your migrated schema by right clicking on your template Converted & by selecting the menu option 'generate '. This will result in the generation of a SQL script containing DDL statements that you need to run in order to build your newly migrated schema.
    6. run the SQL script containing your DDL statements, to create your new migrated schema.

    I also recommend to consult the online documentation for [MS Access Migration | http://download.oracle.com/docs/cd/E12151_01/doc.150/e12154/intro_access.htm#BGBIDDGI], in order to better understand the migration process. I hope this helps.

    Kind regards
    Hilary

  • Problem migrating from Sybase to Oracle timestamp data

    I'm trying to migrate data from a table of sybase with a timestamp to Oracle column. After having run the generated SQL script unload developer, I get a string that looks like this: 0001000000937aa9 < EOFD >

    The generated SQL Developer loading script however will not process it and I get the following message:


    Column Position Len term Encl. Datatype name

    STATUS_TIMESTAMP NEXT * CHARACTER
    String endpoint of: '< EOFD > '.

    Sheet 1: Rejected - error on table DAROS. DR_STATUS, the STATUS_TIMESTAMP column.
    ORA-01438: value larger than the precision specified for the column

    If you SELECT this field in Sybase you get the same string, except that a number is hexadecimal 0x0001000000937aa9.

    Is there a way to overcome this obstacle to which has also had a very smooth migration?

    Thank you
    Alex

    I understand that a "timestamp" in Sybase cannot be mapped to a DATE or TIMESTAMP in Oracle. The Sybase data type is not, contrary to the name, meant to store a date or a time. It is more closely related to a SNA to in Oracle. If you just want to convert the data, you will probably need to store them in a VARCHAR2 column in Oracle. But if you have some code that works on the column, you will probably need to redesign this code by hitting Oracle. If you have code that uses this to optimistic locking / avoid updates that have been lost, according to the version of Oracle, you probably want to watch using the virtual ORA_ROWSCN rather.

    Justin

  • Postgresql to Oracle Migration

    Y at - it free to migrate a Postgresql database to Oracle, a software?

    I need to migrate the schema (tables, views, sequences) and, more importantly, stored procedures.

    I tried to use the procedure described here:

    https://www.YouTube.com/watch?v=W1QaEHpNw6Y

    With driver JDBC Postgresql here:

    https://JDBC.PostgreSQL.org/download.html

    But I don't have the 'Migration to Oracle' option.

    Right-clicking a table, I can select "Copy to Oracle" and it works. But I can't see one of my procedures and therefore cannot copy in oracle.

    I know there are similar questions but they are old and maybe in 2016, there is a solution.

    Hello

    Unfortunately, at the time where the Oracle SQL * product Developer is not compatible Postgres migration.

    Supported databases are shown here.

    http://www.Oracle.com/technetwork/developer-tools/SQL-Developer/supportedmigplatforms-086703.html

    There may be third party available tools, but there is no current Oracle tools to migrate stored procedures in Postgres.

    If you have access to My Oracle Support, then, this note can help with migration data, but not the other items-

    How to migrate databases non-Oracle for which a SQL * Developer Migration Workbench Option is not available (Doc ID 393760.1)

    Our consultancy can also be able to help, but you'd have to pay for it.

    Kind regards

    Mike

  • DB MS Access to Oracle Migration

    Hello

    Please let me know the possible approaches for migration to a MS Access database to Oracle.

    Kind regards

    VN

    Hello

    SQL devleoper is the best approach.

    Documentation: Migrating from a Microsoft Access database to Oracle 11 g database

    Kind regards

  • SQL Server Oracle Migration: semantics of the column

    I'm testing a migration to SQL Server 2012 to Oracle 12 c using SQL Developer 4.0.0.13 migration Assistant. The problem that I am facing is that all the generated table creation scripts have CHARACTER semantics for character columns. I wish that the semantic bytes. As the generated tables and columns are several thousand it is not possible to manually change the semantics.

    CREATE TABLE account_dod)

    account_ID VARCHAR2 (16 CHAR) NOT NULL,

    I can't find any possibility to change the semantics when generating. Anyone know of any option that I can set so that the migration wizard will generate all of the columns in the form of BYTES?

    Thank you very much

    Hello

    If you email me, I can provide an extension changed to use unity BYTE CHAR and VARCHAR2 columns.

    My email address is my [email protected]

    Kind regards

    Dermot ONeill

    SQL development team

  • MySQL to Oracle Migration offline: scripts incorrectly generated for tables

    Hello

    I used SQL Developer 3.0.4 to migrate Mysql to Oracle databases.

    I have the following errors on the charger (oracle_ctl.sh) scripts to run:

    SQL * Loader-2026: the charge was dropped because SQL Loader cannot continue.
    SQL * Loader-500: could not open the file (data / framework_perdadepacotes_diari.txt)


    The "framework_perdadepacotes_horario.txt" dump file is generated by mysqlsdump with the original mysql table name and ".txt" sufix:
    -excerpt from unload_script.sh
    mysqldump-u $username - p $server h $ t socket=/u01/mysqlmulti/mysql2/mysqld2.sock port password data = 3312 fields terminated by = "< EOFD >" fields escaped by = ""-lines terminated by = "< EORD >" "dxdb" "framework_perdadepacotes_horario" "

    but sql loader controlfile makes reference to the file by using the new name of the oracle table (in this case, that the new name is truncated to 30 characters):
    --
    load data
    INFILE ' data / framework_perdadepacotes_diari.txt ".
    "str"< EORD >"
    in the dxdb.framework_perdadepacotes_diari table


    Another instance of the same problem, but in this case the table name starts wth "_":
    -of unload_script.sh
    mysqldump-h $server u $username - p$ password t data fields terminated by = "< EOFD >" fields escaped by = ""-lines terminated by = "< EORD >" "netdb" "_Clientes" "

    file name generated by mysqldump: "_Clientes.txt."
    CTL file:
    load data
    INFILE ' data / CLIENTES_1.txt ".
    "str"< EORD >"
    in the CLIENTES_1 table

    Is this a bug, or are we supposed to manually fix the scripts for these cases?

    Thank you

    Edited by: user12099785 11/10/2011 06:11

    Currently, you have to fix manually because there was no bug recorded for this question. I have now filed the bug and it will be if all goes well fixed in one of the next versions to come.

  • LiveCycle DB from DB2 to Oracle Migration

    We try to migrate an existing installation of the CA (8.2) of a setup of DB2/WebSphere in an Oracle/JBoss environment.  I looked into some migration of oracle tools (http://www.oracle.com/technetwork/database/migration/db2-084087.html), but to realize that there are several issues using a migration tool, especially since the underlying schemas differ between databases.

    Anyone doing a similar migration?  Could you describe the steps preformed?

    Thanks for any help.

    Unfortunately, Adobe does not support migration from one database to another in a given instance of LiveCycle.

  • Active fixed Oracle Migration

    Hi Forum,
    As my requirement in the implementation, it is necessary to migrate the information of Legacy assets in Oracle of the capital. Can any body provide the sample script to migrate the capital in oracle tables.

    One more thing, it is do we not have any import program for the conversion of Oracle assets or through API... Please send the answer as soon as possible.



    Thank you
    Nag

    Hello

    APP-OFA-48400: error: function famgpi returned error (called from FAMAPT)

    Please look for My Oracle Support of this error and go through the docs.

    Please respond immediately...

    Please be aware that we are volunteers here :)

    Thank you
    Hussein

Maybe you are looking for

  • Apple TV and YouTube problem

    Apple TV 3rd generation YouTube recorded via Google, everything works except no picture but the sound is ok. What is the problem and how to fix it? Thank you.

  • Pages crashes without reason

    Hello I am currently working on some classes for my upcoming exams, and Pages crashes without reason. I really need this sorting out soon, so I was wondering if someone could help me! My crash report can be found at http://pastebin.com/vgTD64xY I wip

  • How to stop the viewer of photos cropping (or crop) my photos?

    When you view the previously stored pictures that have been taken in a horizontal format, re photo viewer - will present the photo in a vertical format by cutting both sides.  How can I stop this happening?

  • In Windows 8 network access protection

    How can I activate on the network access Protection in Windows 8?

  • Can I use 1 TB hard drive on my Satellite L40?

    Hello! Is it possible to change my 120 GB drive hard wit 1 TB HITACHI SATA III hard drive on my Toshiba L40?I think my HDD is Sata II now and I'm not sure if is compatible with SATA III and the size 1 TB... Post edited by: Warren G