I am using a trigger to update a record in another table when a record is inserted. My problem is that I have a purchase price field that the user may or may not enter a dollar amount.
I was trying to understand how I validate if the purchase price has been entered and include or exclude it...
It still gives the same results..
<html>
<head>
<title>test</title>
<style>
body,ul,li,h1,h2,h3,h4,h5,h6,a {margin:0;padding:0;font-family:georgia;}
body {text-align:center;font-size:11px;}
#container {width:800px;text-align:left;margin:0 auto;}
header...
My problem as that change the background-color for h3 in the footer.
fills up the section as well as the footer.
footer h3 {background-color:red;}
I do not understand why. footer h3 should tell it that I only want the h3
background color to red.
What am I missing?
<html>
<head>...
What I did was to have the description separted.
Changed DSRDescription CHAR (4000) TO DSRDescription CHAR (80000).
I thought the CHAR could not be greated than 4000.
If I lower it to 4000. I do not get all my descriptions because of the size.
Why does this work.
Control file.
LOAD...
Question about record terminator. My records are inclosed by <:s:>. Therefore I am seeing that as my record terminator. However that is being thrown out.
I change it to this after seeing this in the docs: INFILE datafile_name ["str terminator_string"]
LOAD DATA
INFILE * "str '<:s:>'"...
I just added readsize=2000000000 bindsize=2000000000
and it did not work. I check the character size and it was 69000. So is it that sql loader cannot handle that?
I am getting this error message in my log file and I am not sure what it means and what I need to do?
value used for ROWS parameter changed from 64 to 1
SQL*Loader-510: Physical record in data file (c:\DSR_LGCY_DATA\DSR.txt) is longer than the maximum(65536)
SQL*Loader-2026: the load was...
Hi I am relearning css and I just came across twitter bootstrap. I am curious what are the opinions on this frame work.
I am going to learn this also but see it as something that will help but not take over my css knowledge.
Is that a true assumption?
What are your opinions about this frame...
why does'nt my text-align:justify work?
text-align: right, text-align:center and text-align:left work. What am I missing about the text-align:justify?
<!DOCTYPE html>
<html>
<head>
<title>test</title>
<style>
body{font-family:courier;text-transform:uppercase;text-align:center;}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.