myunixposts.blogspot.com myunixposts.blogspot.com

myunixposts.blogspot.com

My Unix Posts

Sunday, January 28, 2018. Sample Unix Script with Documentation. Program ID: ms.sh. Purpose: Put the data into the production table by:. 1 FTPing the file from the vax. 2 Converting to uppercase for BOA searches. 3 Drop the 'PRV' work table. 4 Rename the 'CUR' work table to 'PRV'. 5 Create the 'CUR' work table. 6 Run SQL*Loader to load the 'CUR' work table from the. Vax file and show errors. 7 disable indexes nonunique (table name). 8 disable constraints (table name, 'R'). 10 truncate production table.

http://myunixposts.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR MYUNIXPOSTS.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

February

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.2 out of 5 with 13 reviews
5 star
5
4 star
6
3 star
2
2 star
0
1 star
0

Hey there! Start your review of myunixposts.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

FAVICON PREVIEW

  • myunixposts.blogspot.com

    16x16

  • myunixposts.blogspot.com

    32x32

CONTACTS AT MYUNIXPOSTS.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
My Unix Posts | myunixposts.blogspot.com Reviews
<META>
DESCRIPTION
Sunday, January 28, 2018. Sample Unix Script with Documentation. Program ID: ms.sh. Purpose: Put the data into the production table by:. 1 FTPing the file from the vax. 2 Converting to uppercase for BOA searches. 3 Drop the 'PRV' work table. 4 Rename the 'CUR' work table to 'PRV'. 5 Create the 'CUR' work table. 6 Run SQL*Loader to load the 'CUR' work table from the. Vax file and show errors. 7 disable indexes nonunique (table name). 8 disable constraints (table name, 'R'). 10 truncate production table.
<META>
KEYWORDS
1 my unix posts
2 usr/bin/ksh
3 called by
4 common procs
5 disable indexes nonunique
6 disable constraints
7 truncate tbl
8 cd $datadir
9 cd /db13/strview
10 else goto nodrop
CONTENT
Page content here
KEYWORDS ON
PAGE
my unix posts,usr/bin/ksh,called by,common procs,disable indexes nonunique,disable constraints,truncate tbl,cd $datadir,cd /db13/strview,else goto nodrop,sqlplus s $schema,datadict,set echo on,set feedback on,from xref period,from all tables,crmscur,exit
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

My Unix Posts | myunixposts.blogspot.com Reviews

https://myunixposts.blogspot.com

Sunday, January 28, 2018. Sample Unix Script with Documentation. Program ID: ms.sh. Purpose: Put the data into the production table by:. 1 FTPing the file from the vax. 2 Converting to uppercase for BOA searches. 3 Drop the 'PRV' work table. 4 Rename the 'CUR' work table to 'PRV'. 5 Create the 'CUR' work table. 6 Run SQL*Loader to load the 'CUR' work table from the. Vax file and show errors. 7 disable indexes nonunique (table name). 8 disable constraints (table name, 'R'). 10 truncate production table.

INTERNAL PAGES

myunixposts.blogspot.com myunixposts.blogspot.com
1

My Unix Posts: Find Files

http://myunixposts.blogspot.com/2011/03/find-files.html

Wednesday, March 30, 2011. Find files from current directory down. Find files from home directory using wildcards. Subscribe to: Post Comments (Atom). Filename Substitution with Wildcards. Compare Files and Directories. Change / Make Directory. Just Some Miscellaneous Notes. Documenting a Unix Script. SQLPlus in a Here Document. There was an error in this gadget. Want to drive me crazy? Tell me you can't do that in SQL. Anyway, hope you enjoy the blog. View my complete profile.

2

My Unix Posts: Just Some Miscellaneous Notes

http://myunixposts.blogspot.com/2011/03/just-some-miscellaneous-notes.html

Wednesday, March 30, 2011. Just Some Miscellaneous Notes. Man / More / Less. View a line at a time. The system will allow a file to be created with the same name as a directory. The system will allow a space in a name, but some programs have trouble with it. Use periods or underscores to separate characters. Subscribe to: Post Comments (Atom). Filename Substitution with Wildcards. Compare Files and Directories. Change / Make Directory. Just Some Miscellaneous Notes. Documenting a Unix Script.

3

My Unix Posts: Directory Listing

http://myunixposts.blogspot.com/2011/03/directory-listing_30.html

Wednesday, March 30, 2011. List files and directories. List files and directories (one per line). List files beginning with 'Adams'. List files by screenful. Subscribe to: Post Comments (Atom). Filename Substitution with Wildcards. Compare Files and Directories. Change / Make Directory. Just Some Miscellaneous Notes. Documenting a Unix Script. SQLPlus in a Here Document. There was an error in this gadget. Want to drive me crazy? Tell me you can't do that in SQL. Anyway, hope you enjoy the blog.

4

My Unix Posts: Documenting a Unix Script

http://myunixposts.blogspot.com/2011/03/documenting-unix-script.html

Tuesday, March 22, 2011. Documenting a Unix Script. Echo "# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -". Echo "# Program ID: scriptname.sh". Echo "# Purpose: description". Echo "# Developer: Lynn Tobias". Echo "# Program Date: mm/dd/yyyy". Echo "# Input File(s): /ux123/scripts/YES - 'Y' for prompts". Echo "# /ux123/scripts/ods uat.password - sql password". Echo "# Table(s) Used: EXT BLDLIST". Echo "# Called by:? Echo "# Calls: scriptname.pl". Subscribe to: Post Comments (Atom).

5

My Unix Posts: Help: Man Pages

http://myunixposts.blogspot.com/2011/03/help-man-pages.html

Wednesday, March 30, 2011. Help : output to a file in home directory for further annotation. Man cmd col -b /file.ext. Help : viewing a specific page #. Man -s # cmd. Subscribe to: Post Comments (Atom). Filename Substitution with Wildcards. Compare Files and Directories. Change / Make Directory. Just Some Miscellaneous Notes. Documenting a Unix Script. SQLPlus in a Here Document. There was an error in this gadget. Want to drive me crazy? View my complete profile.

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

LINKS TO THIS WEBSITE

minnieperl.blogspot.com minnieperl.blogspot.com

Minnie Perl: Sorting Example

http://minnieperl.blogspot.com/2010/03/sorting-example.html

A little bit of what I've learned about Perl, and several examples of code. Wednesday, March 10, 2010. Print " n";. Print " - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - n";. Print " uniqsort.pl: n";. Print " This program will list the unique values found in the column(s) n";. Print " specified by the user from the file named. The output is sorted n";. Print " and shows a record count per value. n";. Print " n";. Print " - - n";. My $Directory = STDIN ; # Store what's typed in. EndPos...

minnieperl.blogspot.com minnieperl.blogspot.com

Minnie Perl: Example of Matching and Moving Data

http://minnieperl.blogspot.com/2010/03/example-of-matching-and-moving-data.html

A little bit of what I've learned about Perl, and several examples of code. Wednesday, March 10, 2010. Example of Matching and Moving Data. Print " n";. Print " - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - n";. Print " movedat.pl: n";. Print " Move data from one file to another based on matching columns. A third file is n";. Print " created with all data from the first file and the columns specified from the 2nd. n";. Print " n";. Print " n";. My $OutFile = STDIN ; # ...

abuzzfromjava.blogspot.com abuzzfromjava.blogspot.com

A Buzz from Java: Functions: Class, Instance and Constructor

http://abuzzfromjava.blogspot.com/2010/03/functions-class-instance-and.html

A Buzz from Java. Thursday, March 11, 2010. Functions: Class, Instance and Constructor. Public class testparent { public static void main(String[] args) { parent.hello(); / 3. class function parent p1 = new parent(); / 1. constructor function p1.display(); / 2. instance function parent p2 = new parent("ALICE"); / 1. overload constructor function p2.display(); / 2. instance function p1.display(); / 2. instance function } }. Parent.java = super class. Subscribe to: Post Comments (Atom). Tell me you can't d...

htmlforblogs.blogspot.com htmlforblogs.blogspot.com

HTML for Blogs: Using Colors in HTML

http://htmlforblogs.blogspot.com/2010/03/using-colors-in-html.html

Thursday, March 11, 2010. Using Colors in HTML. This chart shows the names of colors that can be used in HTML. In this example, I'm using the actual name to select a color. Realize that the background color will make a difference in how the font color looks. (Note the difference between the 'DarkRed' on black in the chart, and the 'DarkRed' on white in the example). It will generate the HTML report shown below. Subscribe to: Post Comments (Atom). A Way to Display a Table in a Blog. Fixed Fonts for Blogs.

abuzzfromjava.blogspot.com abuzzfromjava.blogspot.com

A Buzz from Java: March 2010

http://abuzzfromjava.blogspot.com/2010_03_01_archive.html

A Buzz from Java. Thursday, March 11, 2010. Banking { public void withdraw(); public void deposit(); public void balanceCheck(); }. Public class saving implements. Functions: Class, Instance and Constructor. Parent.java = super class. Public class parent { / Data Members - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -. Public void display() { System.out.printf("TOTAL %d NAME: %s n", total, name ); }. Static public void hello() { System.out.printf("HELLO.Welcome. n"); } }. SQL is just plain ...

htmlforblogs.blogspot.com htmlforblogs.blogspot.com

HTML for Blogs: March 2010

http://htmlforblogs.blogspot.com/2010_03_01_archive.html

Friday, March 12, 2010. A Way to Display a Table in a Blog. Create the table in Goggle Docs. Get rid of all the columns and rows not used. Select File, then Export to HTML. Ctrl U to view page source. (Make sure the source doesn't have any physical line breaks in it.). Copy and paste from there to the blog work area. I haven't yet figured out how to get rid of the first column (shows as a dot), and the first row. For now, I manually type a '? Thursday, March 11, 2010. Fixed Fonts for Blogs. It should hav...

minnieperl.blogspot.com minnieperl.blogspot.com

Minnie Perl: Counting Example

http://minnieperl.blogspot.com/2010/03/counting-example.html

A little bit of what I've learned about Perl, and several examples of code. Wednesday, March 10, 2010. Print " n";. Print " - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - n";. Print " Count characters and/or words and/or lines in a file. n";. Print " - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - n n";. Print "File Name: "; # Display the question. My $TheFile = stdin ; # Store what's typed in. Chomp($TheFile); # Get rid of line break. Do they want to count characters.

UPGRADE TO PREMIUM TO VIEW 15 MORE

TOTAL LINKS TO THIS WEBSITE

22

OTHER SITES

myunixdesign.com myunixdesign.com

myunixdesign.com

Inquire about this domain.

myunixdiary.weebly.com myunixdiary.weebly.com

Welcome to My Unix Diary - Blog

Welcome to My Unix Diary. I'm back from a long break. I have not been to my website in so long. I have done so much since I last updated my website. In the next few days I will be writing about my new passion. Python programming with Linux! I'm learning Python programming using "Code Academy". Its been a great tool to learn programming at zero cost. Talk to you all soon. It's May 2012 and I'm back from a long break. My first tech blog for Jan 2012. I will attempt to convert my " unixdiary. Python 2.6...

myunixhost.com myunixhost.com

Hosting, Rethought » home of Pay As You Go hosting » MyUnixHost.com

Pay as you go hosting. Welcome to MyUnixHost.com, specializing in pay for what you use web hosting. Because anything else is just plain silly. Not convinced? We're not your typical cpanel-based host, nor are we a fly-by-night reseller passing themselves off as a web host. We're the real deal. Vhost - Pay for what you use! Pay only for the resources you use! Bring your own domain, or use. Host an unlimited number of sites. Includes Virtual Mailbox (see below). 025 per gigabyte (cumulative). Option - all t...

myunixhosting.com myunixhosting.com

Myunixhosting - Myunixhosting.com

Unix hosting server management $ 29/Month. How To Find The Best Website Hosting Service. Find lots of different recommendations before settling on a host. Taking two reviews on a company and using those to make your final decision can be detrimental to your choice because that’s not enough different sources to truly know whether or not the hosting agency is truly that good or that bad. For those who make a living through websites, it’s important to get quality web hosting. Make sure that your domain name...

myunixlab.wordpress.com myunixlab.wordpress.com

My UNIX Lab | OS, Storage, Virtualization and Networking @ one place

OS, Storage, Virtualization and Networking @ one place. 8220;My UNIX Lab” is intended to provide the detailed info on UNIX Platforms (Solaris, IBM-AIX, HP-UX and Linux). All the informations provided here are practically tested on our systems. Do comment on the posts if you find any mistakes. How to change Hostname. How to create Solaris Zones. SVM (Solaris Volume Manager). How to change Hostname. How to create Solaris Zones. SVM (Solaris Volume Manager). Create a free website or blog at WordPress.com.

myunixposts.blogspot.com myunixposts.blogspot.com

My Unix Posts

Sunday, January 28, 2018. Sample Unix Script with Documentation. Program ID: ms.sh. Purpose: Put the data into the production table by:. 1 FTPing the file from the vax. 2 Converting to uppercase for BOA searches. 3 Drop the 'PRV' work table. 4 Rename the 'CUR' work table to 'PRV'. 5 Create the 'CUR' work table. 6 Run SQL*Loader to load the 'CUR' work table from the. Vax file and show errors. 7 disable indexes nonunique (table name). 8 disable constraints (table name, 'R'). 10 truncate production table.

myunixservers.com myunixservers.com

Index of /

Apache Server at www.myunixservers.com Port 80.

myuniyears.com myuniyears.com

My Uni Years

Tuesday, March 3. I'm starting a new blog! Dear lovely readers,. Having loved this little spot of the web for a couple of years now, I've decided it's time to move on. As well as virtually, sadly my literal uni years are coming to an end too creating another reason to start a new blog. I've always been overwhelmed by the support this blog received so I hope you'll continue to keep up with the next chapter of my life. In the mean time you can find me on instagram. Wednesday, November 19. My fabulous Godmo...

myuniyoung.com myuniyoung.com

Apple Store In Cambodia | Uni Young Technologies

This is default/index action. In real world you shouldn't see this. Edit main page in backend to add your content!

myunizone.com myunizone.com

Web hosting provider - Bluehost.com - domain hosting - PHP Hosting - cheap web hosting - Frontpage Hosting E-Commerce Web Hosting Bluehost

Web Hosting - courtesy of www.bluehost.com.

myunjha.com myunjha.com

Wel come to my unjha

સ પર ક / Contact. મ ડ કલ મ/ Star Health. Star એજન ટ લ ગ ન/agent. Star હ લ થ ડ ઉનલ ડ/downlod. Star ક લ ઇમ ચક સ /claim. બ મ ર ન મ ડ કલ સલ હ/advice. Star મ ડ ક લ મ પ લ ન/Plan. Star મ ડ ક લ મ પ ર મ યમ/ premium. Star કસ ટમર લ ગ ન/customer. મ ડ કલ સલ હ. આ પ રય સમ આપન ક મત સ ચન આપ , આપ સહભ ગ બન. Wwwmyunjha.com (ગ જર ત ) ,. 1 દરર જન એક કપ ચ હ ન ખર ચ જ ટલ પ ર મ યમ છ . 2 શ ગ ટ ખ , તમ ક , મસ લ ,પ ટ ર લ ન ખર ચ તમ ર બ મ ર મ સહ ર આપશ? 3 ઉ ઝ શહ રન લ ક ન પ ત ન ટ મ. 5 આસ ન ક લ મ સ ટલમ ટ. CUP TEA EVERY DAY".