Tf get command issue

I am new to tf command and facing issues using it.  I am getting the following error when i executing  
tf get /recursive /all /noprompt   
from a unix server 
Error Message : 
An argument error occurred: Unable to determine the workspace. You may be able to correct this by running 'tf workspaces -collection:TeamProjectCollectionUrl'
I have already created a workspace and mapped a folder with the workspace. I am able to see the workspace, workfolder details when i executed  tf workspaces command
Also the mapping by executing 
tf workfold -workspace:<my workspace name>
please let me know what should i do to run the get command correctly. 
-SrRem

None of them are.....Only the following are:
@             COPY         PAUSE                    SHUTDOWN
@@            DEFINE       PRINT                    SPOOL
/             DEL          PROMPT                   SQLPLUS
ACCEPT        DESCRIBE     QUIT                     START
APPEND        DISCONNECT   RECOVER                  STARTUP
ARCHIVE LOG   EDIT         REMARK                   STORE
ATTRIBUTE     EXECUTE      REPFOOTER                TIMING
BREAK         EXIT         REPHEADER                TTITLE
BTITLE        GET          RESERVED WORDS (SQL)     UNDEFINE
CHANGE        HELP         RESERVED WORDS (PL/SQL)  VARIABLE
CLEAR         HOST         RUN                      WHENEVER OSERROR
COLUMN        INPUT        SAVE                     WHENEVER SQLERROR
COMPUTE       LIST         SET
CONNECT       PASSWORD     SHOW

Similar Messages

  • Exchange 2013 CU5 , Exchange Power Shell very very very slow reasponse when using get command.

    Exchange 2013 CU5 , Exchange Power Shell very very very slow reasponse when using get command.
    First my organize has Exchange on 2 site like
    site A (internet facing) : 2CAS 2 MB all are Services pack1
    site B (DR Site , no user active on this site) : 2CAS 2MB all are Services pack 1
    so today I upgrade Exchange 2013 from SP1 to CU5 start on "site B" and I found this issue and the details is....
    When I open EMS on any CU5 for query something (like get-mailboxdatabasecopystatus) the response return very slow and some query will not return at all (like get-owavirtualdirectory).
    But If I using EMS on SP1. Everything is ok then I try to use EMS on SP1 connect to CU5 and try to query something. the result is
    some query command cannot return for any result that are server on siteB (just some query command)
    Problem
    EMS on CU5 return very slow result.
    EMS on SP1 still ok.
    Does anyone face this problem before for CU5??? Please help me figure this out. Thank you
    reply from Social.technet

    Hi,
    Have you used the above cmdlets to check your Exchange server health?
    "all other command that I ran on EMS didn't logged on event viewer.", my environment is the same with you. I use Exchange 2013, only errors will be displayed in MSExchange Management. Actually, it is not related to slow EMS response.
    Hope it helps.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Oracle9i Host and Text_IO Command Issues

    We are currently attempting to migrate from Forms6i to Oracle9i Forms. I understand that the current Host and Text_IO commands execute on the application server tier and NOT on the client. To counter the Host command issue the migration documentation suggests using the 'Client Host Command PJC' demo which can be incorporated into a form. However, the only Host command that seems to respond is the 'Notepad' command. I need to use other Host commands. Has anyone actually used the aforementioned 'Client Host PJC' in an Oracle9i form?
    Also, I am aware of a utility being developed by Oracle called 'WebUtil' which is suppose to simplify this process. Any idea when this utility will be launched and made available to developers? Thanks in advance for your help.

    Hello:
    Robin Zimmermann, [email protected] g feng and every one:
    I want to integrate a third party report (it is brio's sqr), so i must run sqr from form with host command.
    first i install 9i as on window 2000,sqr .manually run sqr on 2000,then call sqr from form
    with host command ,it is just work well.then i use web.showdocument push the report to end-user,my goal has get
    But when i do the same on aix 5l,host command seems not response .i can only run this command:
    echo hello &gt; /tmp/hello.log.
    other system command ,such as " chmod 777 /tmp/hello.log " can't execute ,who can help me or some other ideas?
    lixz

  • ORACLE 9i-illegal get command

    HELP HELP
    New to Oracle 9i, learning to use database and sql*plus. It took 2 weeks to download (issues) and 1 week to create and password correctly sql to make some practice tables. The tables are created in notepad and when I try to open them --
    1. have to change to all types of files ( figured it out *.sql), and then I get a:
    2. illegal get command
    How do I use a get command? Can a cutnpaste picture be sent? Thanks a lot Sandee

    Command errors-- this what I get; lol
    SP2-0423: Illegal GET command
    SQL>
    SP2-0103: Nothing in SQL buffer to run.
    Here is the table I made---( it was mentioned by the teacher that some some spaces and capitalizations were cosmetic in nature.Well, really, how are we students supposed to know which are needed?
    SQL>
    CREATE TABLE EMPLOYEE
    (employee_SSN Number(9)NOTNULL,
    first_name Varchar2(10)NOTNULL,
    last_name Varchar2(15)NOTNULL,
    address_1 Varchar2(25)NOTNULL,
    address_2 Varchar2(25)NOTNULL,
    city varchar2(25)NOTNULL,
    state char(2)NOTNULL,
    zip Varchar(10)NOTNULL,
    telephone_no number(10)NOTNULL,
    email_addr varchar2(50)NOTNULL,
    birth_date dateNOTNULL,
    hire_date dateNOTNULL,
    department_ID Number(3)NOTNULL,
    salary number(8,2)NOTNULL,
    title_id number(3)NOTNULL)
    -0423: Illegal GET command
    >
    -0423: Illegal GET command
    >
    -0103: Nothing in SQL buffer to run.
    CREATE TABLE EMPLOYEE
    (employee_SSN Number(9)NOTNULL,
    first_name Varchar2(10)NOTNULL,-0734: unknown command beginning "first_name..." - rest of line ign
    >
    last_name Varchar2(15)NOTNULL,-0734: unknown command beginning "last_name ..." - rest of line ign
    >
    address_1 Varchar2(25)NOTNULL,-0734: unknown command beginning "address_1 ..." - rest of line ign
    >
    address_2 Varchar2(25)NOTNULL,-0734: unknown command beginning "address_2 ..." - rest of line ign
    -0044: For a list of known commands enter HELP
    to leave enter EXIT.
    >
    city varchar2(25)NOTNULL,-0734: unknown command beginning "city varch..." - rest of line ign
    >
    state char(2)NOTNULL,-0734: unknown command beginning "state char..." - rest of line ign
    >
    zip Varchar(10)NOTNULL,-0734: unknown command beginning "zip Varcha..." - rest of line ign
    >
    telephone_no number(10)NOTNULL,-0734: unknown command beginning "telephone_..." - rest of line ign
    -0044: For a list of known commands enter HELP
    to leave enter EXIT.
    >
    email_addr varchar2(50)NOTNULL,-0734: unknown command beginning "email_addr..." - rest of line ign
    >
    birth_date dateNOTNULL,-0734: unknown command beginning "birth_date..." - rest of line ign
    >
    hire_date dateNOTNULL,-0734: unknown command beginning "hire_date ..." - rest of line ign
    >
    department_ID Number(3)NOTNULL,-0734: unknown command beginning "department..." - rest of line ign
    -0044: For a list of known commands enter HELP
    to leave enter EXIT.
    >
    salary number(8,2)NOTNULL,-0734: unknown command beginning "salary num..." - rest of line ign
    >
    title_id number(3)NOTNULL)-0734: unknown command beginning "title_id n..." - rest of line ign
    >
    Here I do not have empty spaces.
    (I added them in the first only to see if that would help.)
    create table department
    (department_id number(3)NOTNULL,
    department_name varchar2(30)NOTNULL,
    supervisor_ssn number(9)NOTNULL)
    SQL> create table department
    2
    SQL> (department_id number(3)NOTNULL,
    2 department_name varchar2(30)NOTNULL,
    3 supervisor_ssn number(9)NOTNULL)
    4 ;
    (department_id number(3)NOTNULL,
    ERROR at line 1:
    ORA-00928: missing SELECT keyword
    These were copied as best I could from my teacher's examples. Sigh....
    Alrighty then, trying next suggestion...
    SQL> create table department
    2
    SQL> (department_ID number(3) NOT
    2 NULL,
    3 department_name Varchar2(30) NOT
    4 NULL,
    5 supervisor_ssn number(9) NOT
    6 NULL)
    7 ;
    8
    9
    10
    11
    12
    13 run
    14 /run
    15 /
    (department_ID number(3) NOT
    ERROR at line 1:
    ORA-00928: missing SELECT keyword
    trying again with new copy and paste function as it won't open a file...
    I'm using this table as it is the shortest...
    SQL>
    SQL>
    SQL> create table department
    2
    SQL> (department_ID number(3) NOT
    2 NULL,
    3 department_name Varchar2(30) NOT
    4 NULL,
    5 supervisor_ssn number(9) NOT
    6 NULL)
    7 ;
    (department_ID number(3) NOT
    ERROR at line 1:
    ORA-00928: missing SELECT keyword
    SQL> /
    (department_ID number(3) NOT
    ERROR at line 1:
    ORA-00928: missing SELECT keyword
    SQL>
    SQL>
    Line 1 create table department
    In a three word copy exercise, how did I go wrong? Sandee
    dementia is beginging to be clearer now....lol

  • If I do NOT use any event, except AT SELECTION SCREEN, Do I get any issues?

    Hi Experts,
    Pls. let me know that, If I do NOT use any event, except AT SELECTION SCREEN, Do I/prog. get any issues? (am also using AT SELECTION SCREEN OUTPUT for list box preperation).
    For some reason(execution of the report prog. with ENTER button), am using ONLY these 2 events.
    For full detials, pls. see my other thread with title,
    Is it possible to execute a REPORT prog. with pressing of ENTER button?
    thanq

    Hi
    srinivas see this program
    i am executing this program with out any event it is not showing any error but not giving output
    when i put start-of-selection then it is showing output
    *& Report  ZNNR_REPORT33
    REPORT  ZNNR_REPORT33 NO STANDARD PAGE HEADING MESSAGE-ID ZNNR LINE-SIZE 100 LINE-COUNT 65(4).
    ******DATA DECLARATIONS**********
    DATA : BEGIN OF IT_PLANT OCCURS 0,
            MATNR LIKE MARA-MATNR,
            WERKS LIKE MARC-WERKS,
            PSTAT LIKE MARC-PSTAT,
            EKGRP LIKE MARC-EKGRP,
           END OF IT_PLANT.
    DATA : BEGIN OF IT_PONO OCCURS 0,
            EBELN LIKE EKKO-EBELN,
            EBELP LIKE EKPO-EBELP,
            MATNR LIKE EKPO-MATNR,
            WERKS LIKE EKPO-WERKS,
            LGORT LIKE EKPO-LGORT,
           END OF IT_PONO.
    TABLES EKKO.
    ********END OF DATA DECLARATIONS*********
    ********SELECTION SCREEN DESIGN ***********
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
    PARAMETER : P_WERKS LIKE MARC-WERKS MODIF ID S1.
    SELECT-OPTIONS : S_EBELN FOR EKKO-EBELN NO INTERVALS MODIF ID S2.
    SELECTION-SCREEN END OF BLOCK B1.
    SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME TITLE TEXT-004.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS : R1 RADIOBUTTON GROUP G1 DEFAULT 'X' user-command uc1.
    SELECTION-SCREEN COMMENT 5(20) TEXT-002 FOR FIELD R1.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS : R2 RADIOBUTTON GROUP G1.
    SELECTION-SCREEN COMMENT 5(20) TEXT-003 FOR FIELD R2.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN END OF BLOCK B2.
    ******END OF SELECTION SCREEN DESIGN****************
    ***********SCREEN MODIFICATIONS*******************
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF R1 EQ 'X' AND SCREEN-GROUP1 EQ 'S2'.
          SCREEN-INPUT = 0.
          MODIFY SCREEN.
        ENDIF.
        IF R2 EQ 'X' AND SCREEN-GROUP1 EQ 'S1'.
          SCREEN-INPUT = 0.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    ********END OF SCREEN MODIFICATIONS*****************
    ***************SCREEN VALIDATIONS *****************
    at selection-screen.
      SELECT SINGLE *
               FROM EKKO
               INTO EKKO
               WHERE EBELN IN S_EBELN.
      IF SY-SUBRC <> 0.
        SET CURSOR FIELD 'S_EBELN-LOW'.
        MESSAGE E999 WITH TEXT-005.
        clear S_ebeln-low.
      ENDIF.
    ********end of screen validation*****************
      IF R1 EQ 'X'.
    *ULINE AT /1(48).
        WRITE : SY-VLINE ,2 'MATERIAL NUMBER',
                21 SY-VLINE , 22 'PLANT',
                27 SY-VLINE , 28 'STATUS',
                43 SY-VLINE , 44 'GRUP', 48 SY-VLINE.
        ULINE AT /1(48).
      ENDIF.
      IF R2 EQ 'X'.
        WRITE : SY-VLINE , 2 'PO NUMBER',
               12 SY-VLINE, 13 'ITEM',
               18 SY-VLINE,19 'MATERIAL NUMBER',
               37 SY-VLINE, 38 'PLANT',
               44 SY-VLINE, 45 'GRUP',
               49 SY-VLINE.
        ULINE AT /1(50).
      ENDIF.
    start-of-selection.
    *set pf-status '100'.
      IF R1 EQ 'X'.
        SELECT MATNR
               WERKS
               PSTAT
               EKGRP
           FROM MARC
           INTO TABLE IT_PLANT
           WHERE WERKS = P_WERKS.
        LOOP AT IT_PLANT.
          WRITE : SY-VLINE , 2 IT_PLANT-MATNR COLOR COL_KEY,
                 21 SY-VLINE , 22  IT_PLANT-WERKS COLOR COL_KEY,
                 27 SY-VLINE ,28 IT_PLANT-PSTAT COLOR COL_NORMAL,
                 43 SY-VLINE ,44 IT_PLANT-EKGRP COLOR COL_NORMAL.
        ENDLOOP.
      ENDIF.
      IF R2 EQ 'X'.
        SELECT EBELN EBELP MATNR WERKS LGORT
               FROM EKPO
               INTO TABLE IT_PONO
               WHERE EBELN IN S_EBELN.
        LOOP AT IT_PONO.
          WRITE : SY-VLINE , 2 IT_PONO-EBELN COLOR COL_KEY,
                 12 SY-VLINE , 13 IT_PONO-EBELP COLOR COL_KEY,
                 18 SY-VLINE , 19 IT_PONO-MATNR COLOR COL_NORMAL,
                 37 SY-VLINE , 38 IT_PONO-WERKS COLOR COL_NORMAL,
                 44 SY-VLINE , 45 IT_PONO-LGORT COLOR COL_NORMAL, 49 SY-VLINE..
        ENDLOOP.
      ENDIF.
      ULINE AT /1(50).
      WRITE :/10 'PAGE NUMBER', SY-PAGNO, '/' ,SY-PAGNO.
      ULINE AT /1(50).
      WRITE :/10 'PAGE NUMBER', SY-PAGNO.

  • Need help about get-command

    hi friends
    i know via Get-command *adapter*, we can list all commands which contain the word "adapter"
    but how to get the list of all commands which contain the word "net" or the word "adapter" or contain both?
    thanks

    Hi John,
    yes, that's possible. I posted my example primarily to show off Select -Unique
    Get-Command | Where { ($_.Name -like "*Adapter*") -or ($_.Name -like "*net*") }
    Another aspect to consider with this kind of structure:
    Your Get-Cmdlet retrieves all entries and you filter only afterwards. With
    Get-Command that's not an issue, but with Wmi, SQL or other queries that either do remote calls or process massive amounts of data, this may result in very inefficient commands.
    Cheers,
    Fred
    There's no place like 127.0.0.1
    Special thanks, really helped.
    best regards ;-)

  • Can anyone help with Double Command issues. This a specific keyboard question and they do not seem to know.

    Before I go into a lengthy explanation of the problem: Can anyone help with Double Command issues. This a specific keyboard question and they do not seem to know.
    Thanks much.
    Emile

    Choose Force Quit from the Apple menu and close Mail from there.
    (103661)

  • Some of thy images are appearing pixelated.  any idea on how to get the issue fixed

    some of my images in Aperture/iPhoto are appearing pixelated.  any idea on how to get the issue fixed

    Where can I find a copy of that? Like if I were to completely delete everything on my ipod, what would I do to go about restoring my songs?
    Also I have a theory that one of the videos on my ipod is causing all the other stuff. However, I can't delete videos off my ipod (see https://discussions.apple.com/message/20313736?ac_cid=tw123456#20313736). Is there any way i can get the music from the backup but not the videos?

  • GET Command

    Dear SDN,
    In order to create a custom Report, I need to understand a Standard program, which at a certain point has a "GET objec" command.
    The structure objec, in this case, is related to the OBJEC table, which is related to the PCH database that was defined as the Logical Database in the program Attributes. (So far so good!)
    My problem is that when the command "GET objec" is executed, it returns specific values in that structure, but I can't find where these data is coming from.
    When in my Z program I execute the same command, it returns a completely different set of data.
    Please, does anyone know what is the logic behind that command, or how I can find the source of the data that is loaded into this strucutre when the "GET" command is executed?
    (The SAP Report in case is RHSBES00)
    Thank you.

    Fabio,
    Please search the forums using 'Logical database' and read some documentation to understand the GET command.
    Basically it fills the structure from the database using select and goes in a select-endselect loop until the selection screen data is satisfied.
    BR,
    Diwakar

  • How to Identify Last  Command Issued by user??

    Hi Everybody,
    I need to create a form in which the current state of the form depends upon the last command issued by the user.
    Suppose if user clicks 'delete record' or 'insert record' or 'enter-query' or something else.
    So, how to identify the last event executed by the user.
    Any suggestions...
    Thx in advance,
    Raj

    You can write something into a Form parameter in the POST-INSERT/UPDATE/Query triggers.
    Then you can check the value of this parameter when needed.

  • Unable to get command line from client!

    Does anyone know what this means? My G5 shuts itself down and I don't know what is causing it.
    Mac OS X Version 10.4.11 (Build 8S165)
    2009-02-12 11:01:19 -0800
    2009-02-12 11:01:21.760 SystemUIServer[199] lang is:en
    Feb 12 11:01:33 mDNSResponder: NAT Port Mapping (LLQ event port.): timeout
    Feb 12 11:01:37 cups-lpd[221]: Unable to get command line from client!
    Feb 12 11:10:48 Zelle-Olson cups-lpd[233]: Unable to get command line from client!
    Feb 12 11:17:37 cups-lpd[235]: Unable to get command line from client!

    Hello golferky,
    CUPS stands for Common Unix Printing System and is just one of the many background processes that is running on your system and is of no harm. What you are seeing in your message console is your Mac attempting to talk to a printer you have may have had or still have it connected to.
    Here is more information if you want to look into it.
    http://www.cups.org/
    B-rock

  • Problems with the "Get" command

    I downloaded my site to Dreamweaver. I used the "Get" command
    and imported it to Dreamweaver. That was fine except that it erased
    all my files on my server. Now my site is just a bunch of
    blank pages.
    I hope I can fix the problem by uploading my files back on to
    my server using the
    Put command.
    Is there any way to prevent this happening again?
    Thanks,

    > That was fine except that it erased
    all my files on my
    > server.
    Cannot possibly do this. The GET function only copies - it
    doesn't delete.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Tynos" <[email protected]> wrote in message
    news:ehfprp$fsl$[email protected]..
    >I downloaded my site to Dreamweaver. I used the "Get"
    command and imported
    >it
    > to Dreamweaver. That was fine except that it erased
    all my files
    > on my
    > server. Now my site is just a bunch of blank pages.
    >
    > I hope I can fix the problem by uploading my files back
    on to my server
    > using
    > the
    Put command.
    >
    > Is there any way to prevent this happening again?
    >
    > Thanks,
    >

  • After updating my mac book pro to the osx yosemite.am getting some issues after starting up.a soon as it gets on the destop the screen start blinkingand i cant do anything

    After updating my mac book pro to the osx yosemite.am getting some issues after starting up.as soon as it gets on the destop the screen start blinking and i cant do anything.Please help me!

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • SP2-0423 Illegal get command

    When I try to run a file using SQL Plus I get SP2-0423 Illegal get command. Can someone help me with this. I have tried uninstalling and reinstalling and it is not fixing the error.
    Thanks in advance for any help.

    Okay here is the code provided by the instructer. this is the Ch5Northwoods.sql...I opened in notepad. I need to run the following code
    -- script to create NORTHWOODS database
    -- revised 8/17/2002 JM
    -- modified 3/17/2004 LM
    DROP TABLE enrollment CASCADE CONSTRAINTS;
    DROP TABLE course_section CASCADE CONSTRAINTS;
    DROP TABLE term CASCADE CONSTRAINTS;
    DROP TABLE course CASCADE CONSTRAINTS;
    DROP TABLE student CASCADE CONSTRAINTS;
    DROP TABLE faculty CASCADE CONSTRAINTS;
    DROP TABLE location CASCADE CONSTRAINTS;
    CREATE TABLE LOCATION
    (loc_id NUMBER(6),
    bldg_code VARCHAR2(10),
    room VARCHAR2(6),
    capacity NUMBER(5),
    CONSTRAINT location_loc_id_pk PRIMARY KEY (loc_id));
    CREATE TABLE faculty
    (f_id NUMBER(6),
    f_last VARCHAR2(30),
    f_first VARCHAR2(30),
    f_mi CHAR(1),
    loc_id NUMBER(5),
    f_phone VARCHAR2(10),
    f_rank VARCHAR2(9),
    f_super NUMBER(6),
    f_pin NUMBER(4),
    f_image BLOB,
    CONSTRAINT faculty_f_id_pk PRIMARY KEY(f_id),
    CONSTRAINT faculty_loc_id_fk FOREIGN KEY (loc_id) REFERENCES location(loc_id));
    CREATE TABLE student
    (s_id VARCHAR2(6),
    s_last VARCHAR2(30),
    s_first VARCHAR2(30),
    s_mi CHAR(1),
    s_address VARCHAR2(25),
    s_city VARCHAR2(20),
    s_state CHAR(2),
    s_zip VARCHAR2(10),
    s_phone VARCHAR2(10),
    s_class CHAR(2),
    s_dob DATE,
    s_pin NUMBER(4),
    f_id NUMBER(6),
    --time_enrolled INTERVAL YEAR TO MONTH,
    time_enrolled VARCHAR2(30),
    CONSTRAINT student_s_id_pk PRIMARY KEY (s_id),
    CONSTRAINT student_f_id_fk FOREIGN KEY (f_id) REFERENCES faculty(f_id));
    CREATE TABLE TERM
    (term_id NUMBER(6),
    term_desc VARCHAR2(20),
    status VARCHAR2(20),
    start_date DATE,
    CONSTRAINT term_term_id_pk PRIMARY KEY (term_id),
    CONSTRAINT term_status_cc CHECK ((status = 'OPEN') OR (status = 'CLOSED')));
    CREATE TABLE COURSE
    (course_no VARCHAR2(7),
    course_name VARCHAR2(25),
    credits NUMBER(2),
    CONSTRAINT course_course_id_pk PRIMARY KEY(course_no));
    CREATE TABLE COURSE_SECTION
    (c_sec_id NUMBER(6),
    course_no VARCHAR2(7) CONSTRAINT course_section_courseid_nn NOT NULL,
    term_id NUMBER(6) CONSTRAINT course_section_termid_nn NOT NULL,
    sec_num NUMBER(2) CONSTRAINT course_section_secnum_nn NOT NULL,
    f_id NUMBER(6),
    c_sec_day VARCHAR2(10),
    c_sec_time DATE,
    --c_sec_duration INTERVAL DAY TO SECOND,
    c_sec_duration VARCHAR2(13),
    loc_id NUMBER(6),
    max_enrl NUMBER(4) CONSTRAINT course_section_maxenrl_nn NOT NULL,
    CONSTRAINT course_section_csec_id_pk PRIMARY KEY (c_sec_id),
    CONSTRAINT course_section_cid_fk FOREIGN KEY (course_no) REFERENCES course(course_no),      
    CONSTRAINT course_section_loc_id_fk FOREIGN KEY (loc_id) REFERENCES location(loc_id),
    CONSTRAINT course_section_termid_fk FOREIGN KEY (term_id) REFERENCES term(term_id),
    CONSTRAINT course_section_fid_fk FOREIGN KEY (f_id) REFERENCES faculty(f_id));
    CREATE TABLE ENROLLMENT
    (s_id VARCHAR2(6),
    c_sec_id NUMBER(6),
    grade CHAR(1),
    CONSTRAINT enrollment_pk PRIMARY KEY (s_id, c_sec_id),
    CONSTRAINT enrollment_sid_fk FOREIGN KEY (s_id) REFERENCES student(s_id),
    CONSTRAINT enrollment_csecid_fk FOREIGN KEY (c_sec_id) REFERENCES course_section (c_sec_id));
    ---- inserting into LOCATION table
    INSERT INTO location VALUES
    (1, 'CR', '101', 150);
    INSERT INTO location VALUES
    (2, 'CR', '202', 40);
    INSERT INTO location VALUES
    (3, 'CR', '103', 35);
    INSERT INTO location VALUES
    (4, 'CR', '105', 35);
    INSERT INTO location VALUES
    (5, 'BUS', '105', 42);
    INSERT INTO location VALUES
    (6, 'BUS', '404', 35);
    INSERT INTO location VALUES
    (7, 'BUS', '421', 35);
    INSERT INTO location VALUES
    (8, 'BUS', '211', 55);
    INSERT INTO location VALUES
    (9, 'BUS', '424', 1);
    INSERT INTO location VALUES
    (10, 'BUS', '402', 1);
    INSERT INTO location VALUES
    (11, 'BUS', '433', 1);
    INSERT INTO location VALUES
    (12, 'LIB', '217', 2);
    INSERT INTO location VALUES
    (13, 'LIB', '222', 1);
    --- inserting records into FACULTY
    INSERT INTO faculty VALUES
    (1, 'Marx', 'Teresa', 'J', 9, '4075921695', 'Associate', 4, 6338, EMPTY_BLOB());
    INSERT INTO faculty VALUES
    (2, 'Zhulin', 'Mark', 'M', 10, '4073875682', 'Full', NULL, 1121, EMPTY_BLOB());
    INSERT INTO faculty VALUES
    (3, 'Langley', 'Colin', 'A', 12, '4075928719', 'Assistant', 4, 9871, EMPTY_BLOB());
    INSERT INTO faculty VALUES
    (4, 'Brown', 'Jonnel', 'D', 11, '4078101155', 'Full', NULL, 8297, EMPTY_BLOB());
    INSERT INTO faculty VALUES
    (5, 'Sealy', 'James', 'L', 13, '4079817153', 'Associate', 1, 6089, EMPTY_BLOB());
    --- inserting records into STUDENT
    INSERT INTO student VALUES
    ('JO100', 'Jones', 'Tammy', 'R', '1817 Eagleridge Circle', 'Tallahassee',
    'FL', '32811', '7155559876', 'SR', TO_DATE('07/14/1985', 'MM/DD/YYYY'), 8891, 1, '3-2');
    INSERT INTO student VALUES
    ('PE100', 'Perez', 'Jorge', 'C', '951 Rainbow Dr', 'Clermont',
    'FL', '34711', '7155552345', 'SR', TO_DATE('08/19/1985', 'MM/DD/YYYY'), 1230, 1, '4-2');
    INSERT INTO student VALUES
    ('MA100', 'Marsh', 'John', 'A', '1275 West Main St', 'Carrabelle',
    'FL', '32320', '7155553907', 'JR', TO_DATE('10/10/1982', 'MM/DD/YYYY'), 1613, 1, '3-0');
    INSERT INTO student VALUES
    ('SM100', 'Smith', 'Mike', NULL, '428 Markson Ave', 'Eastpoint',
    'FL', '32328', '7155556902', 'SO', TO_DATE('09/24/1986', 'MM/DD/YYYY'), 1841, 2, '2-2');
    INSERT INTO student VALUES
    ('JO101', 'Johnson', 'Lisa', 'M', '764 Johnson Place', 'Leesburg',
    'FL', '34751', '7155558899', 'SO', TO_DATE('11/20/1986', 'MM/DD/YYYY'), 4420, 4, '1-11');
    INSERT INTO student VALUES
    ('NG100', 'Nguyen', 'Ni', 'M', '688 4th Street', 'Orlando',
    'FL', '31458', '7155554944', 'FR', TO_DATE('12/4/1986', 'MM/DD/YYYY'), 9188, 3, '0-4');
    --- inserting records into TERM
    INSERT INTO term (term_id, term_desc, status) VALUES
    (1, 'Fall 2005', 'CLOSED');
    INSERT INTO term (term_id, term_desc, status) VALUES
    (2, 'Spring 2006', 'CLOSED');
    INSERT INTO term (term_id, term_desc, status) VALUES
    (3, 'Summer 2006', 'CLOSED');
    INSERT INTO term (term_id, term_desc, status) VALUES
    (4, 'Fall 2006', 'CLOSED');
    INSERT INTO term (term_id, term_desc, status) VALUES
    (5, 'Spring 2007', 'CLOSED');
    INSERT INTO term (term_id, term_desc, status) VALUES
    (6, 'Summer 2007', 'OPEN');
    --- inserting records into COURSE
    INSERT INTO course VALUES
    ('MIS 101', 'Intro. to Info. Systems', 3);
    INSERT INTO course VALUES
    ('MIS 301', 'Systems Analysis', 3);
    INSERT INTO course VALUES
    ('MIS 441', 'Database Management', 3);
    INSERT INTO course VALUES
    ('CS 155', 'Programming in C++', 3);
    INSERT INTO course VALUES
    ('MIS 451', 'Web-Based Systems', 3);
    --- inserting records into COURSE_SECTION
    INSERT INTO course_section VALUES
    (1, 'MIS 101', 4, 1, 2, 'MWF', TO_DATE('10:00 AM', 'HH:MI AM'), '0 00:00:50.00', 1, 140);
    INSERT INTO course_section VALUES
    (2, 'MIS 101', 4, 2, 3, 'TR', TO_DATE('09:30 AM', 'HH:MI AM'), '0 00:01:15.00', 7, 35);
    INSERT INTO course_section VALUES
    (3, 'MIS 101', 4, 3, 3, 'MWF', TO_DATE('08:00 AM', 'HH:MI AM'), '0 00:00:50.00', 2, 35);
    INSERT INTO course_section VALUES
    (4, 'MIS 301', 4, 1, 4, 'TR', TO_DATE('11:00 AM', 'HH:MI AM'), '0 00:01:15.00', 6, 35);
    INSERT INTO course_section VALUES
    (5, 'MIS 301', 5, 2, 4, 'TR', TO_DATE('02:00 PM', 'HH:MI PM'), '0 00:01:15.00', 6, 35);
    INSERT INTO course_section VALUES
    (6, 'MIS 441', 5, 1, 1, 'MWF', TO_DATE('09:00 AM', 'HH:MI AM'), '0 00:00:50.00', 5, 30);
    INSERT INTO course_section VALUES
    (7, 'MIS 441', 5, 2, 1, 'MWF', TO_DATE('10:00 AM', 'HH:MI AM'), '0 00:00:50.00', 5, 30);
    INSERT INTO course_section VALUES
    (8, 'CS 155', 5, 1, 5, 'TR', TO_DATE('08:00 AM', 'HH:MI AM'), '0 00:01:15.00', 3, 35);
    INSERT INTO course_section VALUES
    (9, 'MIS 451', 5, 1, 2, 'MWF', TO_DATE('02:00 PM', 'HH:MI PM'),'0 00:00:50.00', 5, 35);
    INSERT INTO course_section VALUES
    (10, 'MIS 451', 5, 2, 2, 'MWF', TO_DATE('03:00 PM', 'HH:MI PM'), '0 00:00:50.00', 5, 35);
    INSERT INTO course_section VALUES
    (11, 'MIS 101', 6, 1, 1, 'MTWRF', TO_DATE('08:00 AM', 'HH:MI AM'), '0 00:01:30.00', 1, 50);
    INSERT INTO course_section VALUES
    (12, 'MIS 301', 6, 1, 2, 'MTWRF', TO_DATE('08:00 AM', 'HH:MI AM'), '0 00:01:30.00', 6, 35);
    INSERT INTO course_section VALUES
    (13, 'MIS 441', 6, 1, 3, 'MTWRF', TO_DATE('09:00 AM', 'HH:MI AM'), '0 00:01:30.00', 5, 35);
    --- inserting records into ENROLLMENT
    INSERT INTO enrollment VALUES
    ('JO100', 1, 'A');
    INSERT INTO enrollment VALUES
    ('JO100', 4, 'A');
    INSERT INTO enrollment VALUES
    ('JO100', 6, 'B');
    INSERT INTO enrollment VALUES
    ('JO100', 9, 'B');
    INSERT INTO enrollment VALUES
    ('PE100', 1, 'C');
    INSERT INTO enrollment VALUES
    ('PE100', 5, 'B');
    INSERT INTO enrollment VALUES
    ('PE100', 6, 'A');
    INSERT INTO enrollment VALUES
    ('PE100', 9, 'B');
    INSERT INTO enrollment VALUES
    ('MA100', 1, 'C');
    INSERT INTO enrollment VALUES
    ('MA100', 12, NULL);
    INSERT INTO enrollment VALUES
    ('MA100', 13, NULL);
    INSERT INTO enrollment VALUES
    ('SM100', 11, NULL);
    INSERT INTO enrollment VALUES
    ('SM100', 12, NULL);
    INSERT INTO enrollment VALUES
    ('JO101', 1, 'B');
    INSERT INTO enrollment VALUES
    ('JO101', 5, 'C');
    INSERT INTO enrollment VALUES
    ('JO101', 9, 'C');
    INSERT INTO enrollment VALUES
    ('JO101', 11, NULL);
    INSERT INTO enrollment VALUES
    ('JO101', 13, NULL);
    INSERT INTO enrollment VALUES
    ('NG100', 11, NULL);
    INSERT INTO enrollment VALUES
    ('NG100', 12, NULL);
    COMMIT;

  • Disabling get command in SFTP shell

    we are currently running openssh-5.2 on Solaris 5.10 server.
    Is there a way to restrict the commands in SFTP shell. ex "need to disable get command alone "
    is there any option to reconfigure SSH & get achive this
    Regards
    S.Vijay

    in FTP we have an option of cmds_allowed to decided what all commands needs to be allowed or denyed . same way is there option in SSH . What you've described is an application that allows you to enable/disable FTP commands using vsftpd. An application firewall would allow you to do the same for any ftp application and not just one that has it built in.
    The same would apply to ssh. If it's a application then it's application specific. If it's a firewall then the firewall blocks it and not the application.
    alan

Maybe you are looking for

  • How do I get movies purchased on Apple TV to download to my iTunes library?

    Using iTunes 10.7 on my iMac where my main iTunes library is located.  I have a couple of Apple TVs with the latest updates.  When I purchase a movie on Apple TV, what is the easiest way to get it to download to my iMac?  It seems that it is much eas

  • Read workitem Container Value in Terminating event Check Function Module

    Hi I have some problems reading work item data / values of a work item container element in a check function module on a terminating event – Do any of you know if this is possible, and if so, how it’s done ? In My scenario I have created a multiline

  • Connection reset py peer

    When I try to connect to Itunes Store on my iphone, I get a message back saying "Cannot connect to Itunes Store.  Connection reset by peer.  How can I resolve this?

  • Help! My Macbook Pro won't start up! Help me ASAP? Thanks

    My MacBook Pro Starts up however I'm only stuck at a page with grey back ground, an apple logo and a loading bar it looks like this. Can Someone please please help me because I have a trip coming this Friday. Thanks:)

  • USB 2.0 power low?

    I just upgraded from a powerbook G4 to a MacBook Pro. My blackberry would charge from empty to full in about an hour on the G4, and takes several hours on the MacBook Pro. Either port is the same long time. Are the new machines providing less power t