n****o 发帖数: 4 | 1 背景情况
H1B在雇主A这里file了PERM, EB2 i140 approved.
两年后,公司被雇主B收购,雇主Bfile EB2 i140 amendment SII, 收到RFE, 给了近三
个月
的时间回复。
根据RFE, USCIS发现PERM里面的重大问题,和律师商量也同意我们无法提交满意的回复
,而且极大可能USCIS会把之前的i140 以material error approval为由revoke。
疑难问题:
1. 雇主B能不能revoke雇主A filed i140.
2. 被雇主方revoke的i140, 是不是USCIS就不能再去revoke了,或者更换revoke的原因
。这样PD就能保住了。
3. 如果雇主不主动revoke, 是否能在USCIS发出NOID/NOIR后赶紧revoke?
这些都不是寻常问题,大家有过研究么? |
|
j******t 发帖数: 1 | 2 How to read a image file from oracle database?
It needs to be a BFILE type field. |
|
w*****h 发帖数: 139 | 3 If I store huge images directly into Oracle database, as a field.
How about the performance? Use BFILE or BLOB? The database increase is 2G/month. |
|
a***n 发帖数: 1 | 4 【 以下文字转载自 Java 讨论区 】
【 原文由 amsdn 所发表 】
我觉得很奇怪,我是使用jb6开发了一个连接数据库的bean,测试这个bean的时候
一切正常,但是当我再jsp中调用这个bean进行数据库查询时候,总是出现错误:
javax.servlet.ServletException: No suitable driver
当我再jsp文件中,加上
<%@ page import="oracle.jdbc.driver.*" %>
却载编译时候又出现错误:
Package oracle.jdbc.driver not found in import.
import oracle.jdbc.driver.*;
^
1 error
是不是路径问题?应该怎么解决?
我的bean如下,测试是没问题的:
...
import java.sql.*;
import java.io.*;
import java.util.*;
import oracle.jdbc.driver.*;
//needed for new BFILE class
import oracl |
|
c***c 发帖数: 6234 | 5 google到答案了,原来是不可能的。以前的家伙玩酷,害死我了最近。cloumn的名字净
是,id,type,number,description之类的。
You cannot write to a LOB (:old or :new value) in any kind of trigger.
In regular triggers, you can read the :old value but you cannot read the :
new value. In INSTEAD OF triggers, you can read the :old and the :new values.
You cannot specify LOB type columns in an OF clause, because BFILE types can
be updated without updating the underlying table on which the trigger is
defined.
Using OCI functions or the DBMS_LOB pac |
|
B*****g 发帖数: 34098 | 6 这个DB size是啥意思?多搞几个database不就行了?就是不能存bfile了。 |
|