Forum Replies Created

Viewing 15 posts - 136 through 150 (of 3,061 total)

  • RE: Trouble connecting oracle client to oracle database in windows7

    Have you also set ORACLE_HOME and ORACLE_SID environmental variables?

    Can you PING the server using the same value you have on TNSNAMES.ora file?

    Can you TNSPING the instance if you fully qualify...

  • RE: How do I search by DATE then TIME in Oracle?

    Could you please post the schema of the table? I'm curious about the datatype of date_c and time_c columns.

  • RE: Cannot connect oracle 8 client on Windows 7 to and oracle database.

    lewis.ray (1/25/2013)


    I am having a problem connecting to an oracle database using oracle8 client.

    It is installed on windows7.

    I have the same tnsnames.ora and sqlnet.ora files as everyone else here.

    The only...

  • RE: Converting an ORACLE function into a SQL Server function

    5280_Lifestyle (1/25/2013)


    Thanks for the reply. I took a good look over the function and what its output was supposed to be and how it plugged into the view script. I...

  • RE: latest row

    sstacy7 (1/24/2013)


    How do you get the most recent record ie it would be 150 for acct 1 and 75 for acct 2.

    CREATE TABLE [dbo].[Table_1](

    [Acct] [int] NULL,

    [Amt] [int] NULL

    ) ON [PRIMARY]

    INSERT...

  • RE: WHAT IS WHERE!!!

    Angelindiego (1/24/2013)


    I am not an excel guru...

    A tab for each WHERE, a row describing each WHAT

  • RE: Policy

    markusstar (1/24/2013)


    thank you, makes a lot more sense now

    I am also looking to implement a policy that will prevent people from creating objects in schemas that don't exist, and I...

  • RE: Policy

    markusstar (1/24/2013)


    I am trying to create a policy which will force my backups to all be placed in a specific filepath not sure how to do this. any help would...

  • RE: Data transport from SQL Server to Oracle

    lg123 (1/24/2013)


    Hi,

    I want to export some tables from sql server 2008 to oracle 11g. I am planning to use SQL Server Import and Export tool available in SSIS, SQL Server....

  • RE: Converting an ORACLE function into a SQL Server function

    5280_Lifestyle (1/24/2013)


    I've migrated some Oracle databases into some SQL Server databases and now I'm working on building reports from the Oracle queries. Some of the queries reference views, which, in...

  • RE: Why is my vendor's RBAR so slow?

    Chrissy321 (1/23/2013)


    I'll explore the test/prod server differences, the differences are substantial.

    (substantial platform differences) = (substantial performance differences)

  • RE: Why is my vendor's RBAR so slow?

    Chrissy321 (1/23/2013)


    On my production server I am getting hundreds of inserts per second. In my test environment I am getting 1 insert every 1 or 2 seconds. Granted my test...

  • RE: error 18210 severity 16 state 1 operating system error

    Hi Jim --

    if you are confident the issue you are experiencing is the same one described on kb/934396 then I would carefully consider applying the resolution procedure documented in such...

  • RE: error 18210 severity 16 state 1 operating system error

    JC-3113 (1/22/2013)


    once in a while i get this error:

    error 18210 severity 16 state 1 operating system error 995

    it looks like the backup file was created, but I am not sure...

  • RE: Primary keys

    dwain.c (1/22/2013)


    m.rajesh.uk (1/22/2013)


    In my test enviroment i found that out of 269 tables 99 tables does not have primary keys and 4 tables having 2 primary keys . can...

Viewing 15 posts - 136 through 150 (of 3,061 total)