How to create a file of data to the remote server...

I need to create the data to the remote server file...

When I tried to create using the command

create tablespace XXXC_DATA Datafile

' \\1XX. XX. X.XXX\TestSVR_Share\CCC\oracle\Datafiles\CCC_DATA. DBF'

size 10 m

autoextend on

next 10 m

MaxSize unlimited;

1.png

I checked the local policies.

(I am an admin user and I added 1) access this computer from the network 2) Act as part of operating system and update of local policies

It did not work.

so I've mapped the shared location and run ogical below command

create tablespace XXXC_DATA Datafile

' Z:\TestSVR_Share\CCC\oracle\Datafiles\CCC_DATA. DBF'

size 10 m

autoextend on

next 10 m

MaxSize unlimited;

1.png

Can anyone help on this.

It does not matter if * you * have access to this shared directory. This is important if the user used to run Oracle.

When you access the Services application in Windows (I assume you are the DB on Windows), double-click the Oracle service for the database in question and go to the tab "Log On", it is * that * the user who must have access to the directory is shared. If you have "Local System" set as a user, you will need to change this.

Tags: Database

Similar Questions

  • How to create a file name variable with the County and the date?

    Objective: Create a file name variable with the County and the date

    Error: get a lot of error. Do you know how to change my code?

    Question: how to create a file name variable with the County and the date?

    Mini code:

    std::string * rawfilepath;
    std::string * rawfilename;

    rawfilepath = "./shared/documents/";
    RawFileName = rawfilepath + 'rawlog -' + 0 + '-.txt ';
    QFile file (rawfilename);
    If (file.exists ()) {}
    rawfilenamecount ++;
    RawFileName = "./shared/documents/rawlog-" + rawfilenamecount + "-.txt ';
    }

    Thank you for your attention,

    Thank tzander reminding me the idea. Method of cascades is not good for me because all of the kernel code is written by Native. If I change the channel to QString, I need to change a lot of codes.

    Solution is below.

    While (access (rawfilename, F_OK)! = - 1) {}
    rawfilenamecount ++;
    sprintf (format, RawFileName, rawfilenamecount);
    fprintf (stderr, "file exists");
    }

    Rawlog = fopen (rawfilename, "w"); Save the file in a specific path.
    fprintf (rawlog, "System Time (ms)" "");

  • How to create a store of data with the small block size

    Hello

    I want to create a data store on two 160 GB drives. All the VI Client allows me to do is to create a data store of whole disc with 1 MB block. But for reasons of performance with the virtualized Oracle RAC, which is 8K organized, I want to go down to a smaller block size. But how?

    Is it possible to split my drive to (lets say) four parts, each with a smaller block size and putting them all together like extends in a data store? To create partitions with fdisk does not work, as the VI Client wants to use the unpartitioned disk. Any ideas?

    Robert

    Hello

    It is not possible. The smallest block size is 1 MB on a VMFS partition.

    Best regards

    Lars Liljeroth

    -

  • Please help, data queue on the remote server

    Hello Experts,

    Kindly help, to learn how to roll up the data from the remote server. I need a detailed procedure to make settings on my local machine to connect to remote Oracle using SQL Server * MORE.

    I installed on my local machine which is 32-bit Oracle 11 g Release 2:+.

    SQL * more: Production of release 11.2.0.1.0 Fri Feb 8 12:02:30 2013
    Copyright (c) 1982, 2010, Oracle. All rights reserved.

    Enter the user name: SYSTEM
    Enter the password:

    Connected to:
    Oracle Database 11g Release 11.2.0.1.0 - Production

    SQL >

    and on a remote server below is the version installed.

    Log in as: B_DB1user
    [email protected] password:
    Last login: Sat Feb 7 18:19:35 2013 10.10.167.8
    [B_DB1user@bamdb001 ~] $ sqlplus

    SQL * more: version 11.1.0.7.0 - Production Fri Feb 8 12:06:35 2013

    Copyright (c) 1982, 2008, Oracle. All rights reserved.

    Enter the user name: B_DB1user
    Enter the password:

    Connected to:
    Oracle Database 11 g Enterprise Edition Release 11.1.0.7.0 - 64 bit Production
    With the partitioning, Real Application Clusters, OLAP, data mining
    and Real Application Testing options

    SQL >

    ----------------------------------------------------------------------------------------------------------------------------
    That's what I have in tnsnames.ora

    tnsnames.ora # Network Configuration file: E:\app\managerproj3\product\11.2.0\dbhome_5\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.

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


    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.10.167.8)
    )
    )

    ---------------------------------------------------------------------------------------------------------------------------------
    That's what I have in listener.ora


    listener.ora # Network Configuration file: E:\app\managerproj3\product\11.2.0\dbhome_5\network\admin\listener.ora
    # Generated by Oracle configuration tools.

    AUDITEUR1 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.10.167.8)(PORT = 1521))
    )
    )

    ADR_BASE_LISTENER1 = E:\app\managerproj3

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))
    )
    )

    ADR_BASE_LISTENER = E:\app\managerproj3

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


    Database server: ORACLE
    HOSTNAME: BAMDB001
    IP address: 156.1.3.4


    and here is the script I tried data spool in the local computer using SQL * MORE

    set colsep,
    set pagesize 120
    Set trimspool on
    headsep off Set
    set linesize 1000

    coil D:\test\myfile.csv

    Select table_name, tablespace_name of all_tables;

    spool off

    It is effective on the local machine... Please help me to get the data from the remote server to the local computer?

    Kindly let me know if you need anything whatsoever.

    Thanks in advance

    Kind regards
    Bosch

    Is not more or less the same question you asked in {message identifier: = 10835497}?

    You must have a user to the remote database and an entry for the remote database in your tnsnames.ora file

    If you have just to coil of database of remote and local database didn't need to be involved:
    Edit your tnsnames.ora and add an entry with the remotedb, the information and you need to have the following information:

    Ip address or the name of the server (BAMDB001?)
    Name of the service (?)
    Port configured for this database. (??)

    Also, you must be sure that the connectivity of your local computer to a remote server is granted (without firewall block).
    Only when you have this information, you can connect to the remote database from your laptop.

    From the Unix server where you connect to the database, you can get the information to be inserted in your local tnsnames.ora by typing:

    tnsping dbname
    

    Of course, you need to replace dbname with the name of your database.
    Another way is to check the remote tnsnames.ora when logged in Unix:

    cat $ORACLE_HOME\network\admin\tnsnames.ora
    

    and check the configuration it.

    Kind regards.
    Al

  • How to create a file .eas for sprite sheets?

    Hello

    Does anyone know how to create a file .eas for sprite sheets.

    It looks like a data xml file that would normally correspond with a sprite sheet. I usually use automated sprite sheet software to create the xml data form. I don't see the option for .eas export file in the software of the packer of texture that I use.

    It would be convenient that Photoshop has the ability to export an eas... perhaps with a plugin.

    Thanks for your help.

    EAS file format is also a JSON format, but is specific on board animate. Currently, this spritesheet format can be generated from Flash Pro CC 2014.

    Spritesheets (image file with sprite of equal size stacked in the order) of other tools like packer of texture can also be imported in animate as the dialog box animate import Spritesheet support it. Production however you specify the rows/columns and parameters in the import of fill dialog box so that the sprites are created with precision.

    Plese do try it and let us know if it works for you.

    -Reynaud

  • How to create prefetch files

    How to create prefetch files

    http://Windows.Microsoft.com/en-us/Windows-Vista/what-is-the-prefetch-folder

    http://helpdeskgeek.com/Windows-Vista-tips/delete-disable-Windows-XP-prefetch/

    This information should help you understand the Prefetch.

  • How to create a file system datagrid in an application web flex

    How to create a file system datagrid in an application web flex

    Hello

    Read this:

    http://Shigeru-Nakagaki.com/flex_samples/FileReference/FileUploadExample2/FileUploadExampl e2.html

    Johnny

    Please response rate.

  • How to remove programe files that remain in the registry after I uninstalled these programs?

    How to remove programe files that remain in the registry after I uninstalled these programs?
    I uninstalled Nero 8 on my system (Windows Vista Edition home premium, 64-bit dell 1737 studio system); but several Nero files are always stuck in my registry. How can I remove them without destabilizing the system? Thank you.

    Yes, Nero is a software that I hate. I liked Nero until 6 version, I think, but after the Version 8 and 9, it was pathetic.

    2 years ago I had uninstalled a lot of software and there were many many registry entries obsolete - when a search I found that a member of a forum on the Web recommend CCleaner.

    Used from 2 years - each time without making registry backups. He never did wrong with my two PC - Windows XP SP3 and Windows 7 SP1 (previously Windows 7 RTM).

    The registry cleaner is fantastic.

    In which case you can try it, here's the download link.

    WARNING: Installation be sure to uncheck the installation of Google Chrome options.

    CCleaner automatically prompts you to create backups of registry before she cleans up the registry. The choice is totally yours.

  • How to create a my Signature (signature with the tablet of manufacturing) Action?

    How to create a my Signature (signature with the tablet of manufacturing) Action?

    I use PSCS6?

    I have no problem making an action of signature if I pick a font and then type in my name,

    but to make a real action of my signature seems impossible.

    Hello

    There is a very cool technique to do by your signature in a Photoshop brush.  Once this is a brush, you can change the size and place the signature everywhere where you want.

    Google "Photoshop brush signature" or something similar and you will see a lot of tutorials.  Try this one:

    Photoshop reference guide | Creating a custom brush Signature | Peachpit

    Basically, you sign your signature on a blank piece of paper, then you scan in a JPG or TIFF file, then you open that file in PS to create a brush.

    I hope this helps.

    John

  • How to recover a file photo after emptying the trash

    How to recover a file photo after emptying the trash on my Mac book pro?

    Thanks for your response

    Restore your time machine backup file.

  • How can I recharge my sim data in the air of the ipad 2 and activate?

    How can I recharge my sim data in the air of the ipad 2 and activate?

    Hi asherfromqatar,

    The resources below explains how to activate cellular data on your iPad 2 Air service.

    Activate the service of cellular data on your iPad iPad, iPad 2 Air and Pro 3 mini or later

    Check or change your cellular data plan

    To check the status of your cellular data or make changes to your plan, go to settings > cellular data.

    To add another data plan to your iPad, tap Settings > cellular data > Data Plan > add a new Plan.

    When you activate a cell data with some carriers plan, your SIM Apple could be dedicated to the corporate network. Your iPad is unlocked so that you can buy an another SIM Apple or a standard carrier nano-SIM allows you to change networks. Learn more about dedicated SIMs.

    Get help

    Get help with your Apple SIM if you have one of these problems:

    • You receive an alert on your Apple SIM
    • You cannot activate a service or can't find certain support
    • You cannot connect to the cellular data network

    Take care

  • How to create a toolbar of shortcuts on the desktop

    Hello...
    How to create a toolbar of shortcuts on the desktop

    Unfortunately, this feature is no longer available with Windows 7. I was surprised myself so since Vista was fine with it, but in Windows 7, we all need to just get used to using the feature of the taskbar QuickLaunch. You can pin any icon you want in the taskbar and use it to your quick launch of this program.

  • How to create a user local administrator with the user root on the CV

    As says the tile, how to create a user local administrator with the user root on VCS-Express. I lost the password and cannot log in as an admin user, but I can't seem to log as long as user root.

    Once connect you with the root account, type in "tsh", from there, you can create the accounts of local administrators with 'xCommand AdminAccountAdd.  See the reference section of command of the VCS Administrator's Guide, starting on pg 517.

    If your VCS is a virtual machine, you can change the password of admin with vSphere, or if it is a hardware appliance, you can use the serial port, see pg 312 of the Administrator's guide.

  • How can I get an OAM canvas file to show on a remote server?

    I created a simple slideshow of canvas to animate CC 2015.2.  I tested it to animate and in the option film Test browser Animate (Safari) and everything works perfectly.  Then, I followed the instructions in the files OAM CC export animate to Dreamweaver and Adobe Muse | Adobe Dreamweaver tutorials CC to import the OAM in Dreamweaver.  Everything worked fine in Dreamweaver.

    But when I downloaded the files on the remote server, the html file makes its appearance, but the OAM canvas file does not appear.

    The files on the server configuration is duplicated just as they were on the local site.  But still nothing from the OAM is showing on the site of the remote server.  Must something be done on the remote server to make it work correctly?

    Any suggestions that might need to be done to get the CAO of canvas to show on the remote server as it does on the local site?

    Thank you.

    Thanks for everyone takes the time to write and help.  Finally, things work.

    In my view, the critical download process deserves more attention in support of the canvas.  I came across several bumps on the road.  It is mainly through trial and error and persistence that it met.  A video tutorial on the process of going to animate remote server download could be very useful for beginners and encourage people to use Adobe products for this process.  Once you get all the workers, it's great!

    Thanks again for your help!

  • ORA-03297: file contains data beyond the requested value of RESIZING

    Hi all
    I am trying to increase the size of my space of system tables. The tablespace contains a data size 900MB file and it may increase to 2 GB.
    I would like to change this to autoextend I'll operate on the database csscan.
    When to change the autoextend and unlimited file I get: ORA-03297: file contains data beyond the requested value of RESIZING

    I also tried to increase the data file of 4 GB, but still the same. I see that there is more then enough space on the file system.
    Need help.
    Oracle Enterprise edt 10.2.0.5
    Concerning
    933746

    The first statement is that originally the problem - you try to shrink the file, develops it not.

    The autoextend (second statement) should be fine as is.

Maybe you are looking for

  • Satellite L500-1UU and Ubuntu

    Hello worldI bought Toshiba Satellite L500-1UU and installed Ubuntu 9.10 on this, but I found very high sound products of the fan itI have been using Toshiba, but they say that this laptop does not support of Linux, is this true?and if it is true, hi

  • Compatible drive

    My HPE-137 c - b desktop computer needs a new hard drive. I need to know if the blue of WD 1 TB SATA 6 Gb/s 7200 RPM internal hard drive will work in this model of HP Pavilion Elite 137 c - b. Operating system is Windows 7.

  • New graphics causes exceptions

    Hello, I have a HP Pavilion P6142P-B with Windows 7 64 bit o.s. 8 GB ram 640 GB HDD and finally an AMD ATI Radeon 5450, pci-e x 16 graphics card that is at the root of the trouble. The graphics card driver crashes randomly. It is also in a continuous

  • BlackBerry Desktop Software 6.0 with JDE 4.2.1

    Hello all, I am quite new to this. I hope someone could help me with this. I tried to download a Java ME application that I wrote as well as HelloWorld in my device using BlackBerry Desktop Software v6.0 8707. I am also using eclipse to write codes a

  • Help database for air...

    I need advice on starting a database that is localized for my application, anyone know where I can get help step by step on the coding of data in the air?